Home
last modified time | relevance | path

Searched refs:getExceptionHandler (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h396 Stmt *getExceptionHandler() const { in getExceptionHandler() function
/netbsd/external/gpl3/gdb/dist/gdb/stubs/
H A Dm32r-stub.c1596 save_vectors[i] = getExceptionHandler (i); in set_debug_traps()
/netbsd/external/gpl3/gdb.old/dist/gdb/stubs/
H A Dm32r-stub.c1596 save_vectors[i] = getExceptionHandler (i); in set_debug_traps()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp646 CurCoro.Data->ExceptionHandler = S.getExceptionHandler(); in EmitCoroutineBody()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7774 assert(!S->getFallthroughHandler() && !S->getExceptionHandler() && in TransformCoroutineBodyStmt()
7788 if (auto *OnException = S->getExceptionHandler()) { in TransformCoroutineBodyStmt()