Home
last modified time | relevance | path

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

/freebsd-src/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
1211 unsigned NumHandlers = S.getNumHandlers(); ExitCXXTryStmt() local
[all...]
H A DCGCleanup.h59 unsigned NumHandlers : 32 - NumCommonBits; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h75 unsigned NumHandlers; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3093 unsigned NumHandlers = CatchSwitch.getNumHandlers(); writeInstruction() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4518 const unsigned NumHandlers = Handlers.size(); ActOnCXXTryBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5379 unsigned NumHandlers = Record[Idx++]; parseFunctionBody() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3233 LLVMBuildCatchSwitch(LLVMBuilderRef B,LLVMValueRef ParentPad,LLVMBasicBlockRef UnwindBB,unsigned NumHandlers,const char * Name) LLVMBuildCatchSwitch() argument