Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp543 unsigned NumHandlers = S.getNumHandlers(); in EnterCXXTryStmt() local
889 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitCatchPadBlock() local
1004 unsigned NumHandlers = S.getNumHandlers(); in ExitCXXTryStmt() local
DCGCleanup.h61 unsigned NumHandlers : 32 - NumCommonBits; variable
/external/clang/include/clang/AST/
DStmtCXX.h67 unsigned NumHandlers; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp693 unsigned NumHandlers = LLVMGetNumHandlers(Src); in CloneInstruction() local
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2499 unsigned NumHandlers = CatchSwitch.getNumHandlers(); in writeInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2728 unsigned NumHandlers = CatchSwitch.getNumHandlers(); in writeInstruction() local
/external/clang/lib/Sema/
DSemaStmt.cpp3658 const unsigned NumHandlers = Handlers.size(); in ActOnCXXTryBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3928 unsigned NumHandlers = Record[Idx++]; in parseFunctionBody() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4916 unsigned NumHandlers = Record[Idx++]; in parseFunctionBody() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2750 unsigned NumHandlers, const char *Name) { in LLVMBuildCatchSwitch()