Searched defs:RaiseException (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | CrashRecoveryTest.cpp | 69 TEST(CrashRecoveryTest, RaiseException) { in TEST() argument
|
/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
|