Home
last modified time | relevance | path

Searched refs:handle_exception (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-eh-catch.cpp10 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/
D2009-01-16-SchedulerBug.ll27 br i1 %has_exn, label %kjsNumberLiteral.exit, label %handle_exception
48 handle_exception: ; preds = %label
/external/llvm/test/CodeGen/X86/
D2009-01-16-SchedulerBug.ll27 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/
D2009-01-16-SchedulerBug.ll27 br i1 %has_exn, label %kjsNumberLiteral.exit, label %handle_exception
48 handle_exception: ; preds = %label
/external/libchrome/third_party/jinja2/
Denvironment.py493 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)
Dasyncsupport.py40 yield self.environment.handle_exception(exc_info, True)
70 return self.environment.handle_exception(exc_info, True)
Dnativetypes.py213 return self.environment.handle_exception(exc_info, True)
/external/clang/tools/scan-view/share/
DScanView.py211 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/
Dkgdb.c316 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/
Df_mass_storage.c2278 static void handle_exception(struct fsg_common *common) in handle_exception() function
2393 handle_exception(common); in fsg_main_thread()
/external/v8/src/
Ddeoptimizer.cc778 bool handle_exception = deoptimizing_throw_ && i == count - 1; in DoComputeOutputFrames() local
782 handle_exception); in DoComputeOutputFrames()
802 handle_exception in DoComputeOutputFrames()