Home
last modified time | relevance | path

Searched refs:canThrow (Results 26 – 44 of 44) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1957 S.Context.setBlockVarCopyInit(VD, Init, S.canThrow(Init)); in checkEscapingByref()
H A DSemaTemplateDeduction.cpp1842 switch (FunctionProtoArg->canThrow()) { in DeduceTemplateArgumentsByTypeMatch()
H A DSemaDeclCXX.cpp253 if (Self->canThrow(S)) in CalledStmt()
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1307 …ts string, hasSideEffects, isAlignStack bool, dialect InlineAsmDialect, canThrow bool) (rv Value) {
1312 …eEffects), boolToLLVMBool(isAlignStack), C.LLVMInlineAsmDialect(dialect), boolToLLVMBool(canThrow))
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp554 if (!IA->canThrow()) { in HandleCallsInBlockInlinedThroughInvoke()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2328 if (!IA->canThrow()) { in visitCallBase()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1015 Record.push_back(Init.canThrow()); in VisitVarDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp2762 if (FT->canThrow()) in mangleThrowSpecification()
H A DType.cpp3281 CanThrowResult FunctionProtoType::canThrow() const { in canThrow() function in FunctionProtoType
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2435 if (!IA->canThrow()) { in translateInvoke()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2471 if (IA->canThrow()) in WriteAsOperandInternal()
H A DVerifier.cpp2790 Assert(!IA->canThrow(), "Unwinding from Callbr is not allowed"); in visitCallBrInst()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h5945 bool canThrow() const { return ExprAndFlag.getInt(); } in canThrow() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2451 unsigned(IA->getDialect() & 1) << 2 | unsigned(IA->canThrow()) << 3); in writeConstants()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.c1817 if (canThrow(arg, sc->func, false)) in functionParameters()
H A Dexpressionsem.d2254 if (canThrow(arg, sc.func, false)) in functionParameters()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c1817 if (canThrow(arg, sc->func, false)) in functionParameters()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1985 CanThrowResult canThrow(const Stmt *E);
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8458 bool EmitEHLabels = isa<InvokeInst>(Call) && IA->canThrow(); in visitInlineAsm()

12