Home
last modified time | relevance | path

Searched defs:RaiseException (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_win.cc68 INTERCEPTOR_WINAPI(void, RaiseException, void *a, void *b, void *c, void *d) { in INTERCEPTOR_WINAPI() argument
71 REAL(RaiseException)(a, b, c, d); in INTERCEPTOR_WINAPI() local
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testprog/
Dsyscall_windows.go21 func RaiseException() { func
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBCodedInputStream.m55 static void RaiseException(NSInteger code, NSString *reason) { function
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBCodedInputStream.m55 static void RaiseException(NSInteger code, NSString *reason) { function
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc3392 TEST(StaticRuntime, RaiseException) { in TEST() argument
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs65208 pub fn RaiseException( in RaiseException() function