Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp636 unsigned NumHandlers = S.getNumHandlers(); in EnterCXXTryStmt() local
979 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitCatchPadBlock() local
1023 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitWasmCatchPadBlock() local
1212 unsigned NumHandlers = S.getNumHandlers(); in ExitCXXTryStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h75 unsigned NumHandlers; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4220 const unsigned NumHandlers = Handlers.size(); in ActOnCXXTryBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3182 unsigned NumHandlers = CatchSwitch.getNumHandlers(); in writeInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5556 unsigned NumHandlers = Record[Idx++]; in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3446 unsigned NumHandlers, const char *Name) { in LLVMBuildCatchSwitch()