Home
last modified time | relevance | path

Searched refs:try_catch (Results 1 – 8 of 8) sorted by relevance

/external/python/pybind11/tests/
Dtest_exceptions.py165 m.try_catch(m.MyException5, throw_myex5)
170 m.try_catch(m.MyException5, throw_myex)
181 m.try_catch(
185 m.try_catch,
193 m.try_catch(m.MyException, pycatch, m.MyException5, m.throws4)
198 m.try_catch(m.MyException, pycatch, m.MyException, m.throws5)
/external/llvm/test/Transforms/LowerInvoke/
D2003-12-10-Crash.ll12 to label %invoke_cont.0 unwind label %try_catch
15 to label %try_exit unwind label %try_catch
16 try_catch: ; preds = %invoke_cont.0, %then
/external/llvm-project/llvm/test/Transforms/LowerInvoke/
D2003-12-10-Crash.ll12 to label %invoke_cont.0 unwind label %try_catch
15 to label %try_exit unwind label %try_catch
16 try_catch: ; preds = %invoke_cont.0, %then
/external/pdfium/fxjs/
Dcfxjs_engine.cpp557 v8::TryCatch try_catch(GetIsolate()); in Execute() local
562 v8::String::Utf8Value error(GetIsolate(), try_catch.Exception()); in Execute()
563 v8::Local<v8::Message> msg = try_catch.Message(); in Execute()
572 v8::String::Utf8Value error(GetIsolate(), try_catch.Exception()); in Execute()
573 auto msg = try_catch.Message(); in Execute()
Dcjs_runtime.cpp226 v8::TryCatch try_catch(pIsolate); in MaybeCoerceToNumber() local
/external/llvm/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate-2.ll132 to label %try_exit.0 unwind label %try_catch.0
134 try_catch.0: ; preds = %entry
/external/llvm-project/llvm/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate-2.ll132 to label %try_exit.0 unwind label %try_catch.0
134 try_catch.0: ; preds = %entry
/external/llvm-project/clang/test/SemaCXX/
Dcxx1z-constexpr-lambdas.cpp39 constexpr int try_catch = [] { // #try-catch in __anone908ba140402() variable