Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
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
/external/protobuf/objectivec/
DGPBCodedInputStream.m55 static void RaiseException(NSInteger code, NSString *reason) { function
/external/cronet/stable/third_party/protobuf/objectivec/
DGPBCodedInputStream.m55 static void RaiseException(NSInteger code, NSString *reason) { function
/external/cronet/tot/third_party/protobuf/objectivec/
DGPBCodedInputStream.m55 static void RaiseException(NSInteger code, NSString *reason) { function
/external/pytorch/benchmarks/static_runtime/
Dtest_static_runtime.cc3392 TEST(StaticRuntime, RaiseException) { in TEST() argument