Searched defs:RaiseException (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_win.cc | 68 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/ |
D | GPBCodedInputStream.m | 55 static void RaiseException(NSInteger code, NSString *reason) { function
|
/external/cronet/stable/third_party/protobuf/objectivec/ |
D | GPBCodedInputStream.m | 55 static void RaiseException(NSInteger code, NSString *reason) { function
|
/external/cronet/tot/third_party/protobuf/objectivec/ |
D | GPBCodedInputStream.m | 55 static void RaiseException(NSInteger code, NSString *reason) { function
|
/external/pytorch/benchmarks/static_runtime/ |
D | test_static_runtime.cc | 3392 TEST(StaticRuntime, RaiseException) { in TEST() argument
|