Searched refs:handle_exception (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-eh-catch.cpp | 10 extern "C" void handle_exception(void *e) noexcept(true); 45 handle_exception(&e); in catch_int() 93 handle_exception(&e); in catch_a_byval() 108 handle_exception(&e); in catch_a_ref()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-01-16-SchedulerBug.ll | 27 br i1 %has_exn, label %kjsNumberLiteral.exit, label %handle_exception 48 handle_exception: ; preds = %label
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-01-16-SchedulerBug.ll | 27 br i1 %has_exn, label %kjsNumberLiteral.exit, label %handle_exception 48 handle_exception: ; preds = %label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-01-16-SchedulerBug.ll | 27 br i1 %has_exn, label %kjsNumberLiteral.exit, label %handle_exception 48 handle_exception: ; preds = %label
|
/external/libchrome/third_party/jinja2/ |
D | environment.py | 493 self.handle_exception(exc_info, source_hint=source) 514 self.handle_exception(exc_info, source_hint=source) 591 self.handle_exception(exc_info, source_hint=source_hint) 633 self.handle_exception(exc_info, source_hint=source) 760 def handle_exception(self, exc_info=None, rendered=False, source_hint=None): member in Environment 1008 return self.environment.handle_exception(exc_info, True) 1045 yield self.environment.handle_exception(exc_info, True)
|
D | asyncsupport.py | 40 yield self.environment.handle_exception(exc_info, True) 70 return self.environment.handle_exception(exc_info, True)
|
D | nativetypes.py | 213 return self.environment.handle_exception(exc_info, True)
|
/external/clang/tools/scan-view/share/ |
D | ScanView.py | 211 self.handle_exception(e) 217 self.handle_exception(e) 234 self.handle_exception(e) 264 def handle_exception(self, exc): member in ScanViewRequestHandler
|
/external/u-boot/common/ |
D | kgdb.c | 316 handle_exception (struct pt_regs *regs) in handle_exception() function 533 debugger_exception_handler = handle_exception; in kgdb_init()
|
/external/u-boot/drivers/usb/gadget/ |
D | f_mass_storage.c | 2278 static void handle_exception(struct fsg_common *common) in handle_exception() function 2393 handle_exception(common); in fsg_main_thread()
|
/external/v8/src/ |
D | deoptimizer.cc | 778 bool handle_exception = deoptimizing_throw_ && i == count - 1; in DoComputeOutputFrames() local 782 handle_exception); in DoComputeOutputFrames() 802 handle_exception in DoComputeOutputFrames()
|