Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.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-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtCXX.h75 unsigned NumHandlers; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp3182 unsigned NumHandlers = CatchSwitch.getNumHandlers(); in writeInstruction() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp4220 const unsigned NumHandlers = Handlers.size(); in ActOnCXXTryBlock() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp5556 unsigned NumHandlers = Record[Idx++]; in parseFunctionBody() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp3446 unsigned NumHandlers, const char *Name) { in LLVMBuildCatchSwitch()