Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1705 bool LoadBlockVarAddr, CanThrow; member
1884 bool CanThrow = in pushCaptureCleanup() local
2855 bool CanThrow) { in BuildBlockRelease()
2870 bool LoadBlockVarAddr, bool CanThrow) { in enterByrefCleanup()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h47 bool CanThrow; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp2578 static bool CanThrow(Expr *E, ASTContext &Ctx) { in CanThrow() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2875 bool CanThrow = (Record[0] >> 3) & 1; in parseConstants() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp7775 CanThrowResult CanThrow = canThrow(Operand); in BuildCXXNoexceptExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3474 bool HasSideEffect, AlignStack, AsmDialect, CanThrow; in parseValID() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp467 LLVMInlineAsmDialect Dialect, LLVMBool CanThrow) { in LLVMGetInlineAsm()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2869 bool CanThrow) { in setBlockVarCopyInit()