Home
last modified time | relevance | path

Searched defs:NumHandlers (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp618 unsigned NumHandlers = S.getNumHandlers(); in EnterCXXTryStmt() local
961 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitCatchPadBlock() local
1005 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitWasmCatchPadBlock() local
1187 unsigned NumHandlers = S.getNumHandlers(); in ExitCXXTryStmt() local
H A DCGCleanup.h59 unsigned NumHandlers : 32 - NumCommonBits; variable
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h75 unsigned NumHandlers; variable
/openbsd/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp774 unsigned NumHandlers = LLVMGetNumHandlers(Src); in CloneInstruction() local
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3044 unsigned NumHandlers = CatchSwitch.getNumHandlers(); in writeInstruction() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4464 const unsigned NumHandlers = Handlers.size(); in ActOnCXXTryBlock() local
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5333 unsigned NumHandlers = Record[Idx++]; in parseFunctionBody() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3189 unsigned NumHandlers, const char *Name) { in LLVMBuildCatchSwitch()