Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp1681 bool LoadBlockVarAddr, CanThrow; member
1862 bool CanThrow = in pushCaptureCleanup() local
2802 bool CanThrow) { in BuildBlockRelease()
2817 bool LoadBlockVarAddr, bool CanThrow) { in enterByrefCleanup()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h49 bool CanThrow; variable
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3438 bool CanThrow = (Record[OpNum] >> 3) & 1; in parseConstants() local
3474 bool CanThrow = (Record[OpNum] >> 3) & 1; in parseConstants() local
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp2675 static bool CanThrow(Expr *E, ASTContext &Ctx) { in CanThrow() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp8084 CanThrowResult CanThrow = canThrow(Operand); in BuildCXXNoexceptExpr() local
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3554 bool HasSideEffect, AlignStack, AsmDialect, CanThrow; in parseValID() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DCore.cpp475 LLVMInlineAsmDialect Dialect, LLVMBool CanThrow) { in LLVMGetInlineAsm()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp2976 bool CanThrow) { in setBlockVarCopyInit()