Searched refs:handle_exception (Results 1 – 10 of 10) 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/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/ |
D | handlers.S | 1 handle_exception: label 66 jmp handle_exception
|
/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/python/jinja/src/jinja2/ |
D | environment.py | 524 self.handle_exception(source=source) 544 self.handle_exception(source=source) 625 self.handle_exception(source=source_hint) 665 self.handle_exception(source=source) 781 def handle_exception(self, source=None): member in Environment 1045 self.environment.handle_exception() 1079 yield self.environment.handle_exception()
|
D | asyncsupport.py | 32 yield self.environment.handle_exception() 62 return self.environment.handle_exception()
|
D | nativetypes.py | 90 return self.environment.handle_exception()
|
/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
|