Home
last modified time | relevance | path

Searched refs:isNothrow (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp482 if (!ProtoType->isNothrow(getContext())) in VisitCXXNewExpr()
/external/clang/lib/CodeGen/
DCGException.cpp432 if (CD->isNothrow()) in EmitStartEHSpec()
511 if (CD->isNothrow()) in EmitEndEHSpec()
DCGStmt.cpp2222 if (CD->isNothrow()) in GenerateCapturedStmtFunction()
DCGCall.cpp1616 FPT->isNothrow(Ctx)) in AddAttributesFromFunctionProtoType()
DCGStmtOpenMP.cpp255 if (CD->isNothrow()) in GenerateOpenMPCapturedStmtFunction()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp913 return FT->isNothrow(S.Context) ? CT_Cannot : CT_Can; in canCalleeThrow()
DSemaExprCXX.cpp3916 if (!CPT || !CPT->isNothrow(C)) in HasNoThrowOperator()
4152 if (!CPT || !CPT->isNothrow(C)) in EvaluateUnaryTypeTrait()
4242 if (!CPT->isNothrow(C) || CPT->getNumParams() > 1) in EvaluateUnaryTypeTrait()
4278 if (!CPT->isNothrow(C) || CPT->getNumParams() > 0) in EvaluateUnaryTypeTrait()
DSemaChecking.cpp6912 if (!Proto->isNothrow(Context, /*ResultIfDependent*/true) && in CheckReturnValExpr()
/external/clang/lib/AST/
DExprCXX.cpp138 return getOperatorNew()->getType()->castAs<FunctionProtoType>()->isNothrow( in shouldNullCheckAllocation()
DType.cpp2775 bool FunctionProtoType::isNothrow(const ASTContext &Ctx, in isNothrow() function in FunctionProtoType
DDecl.cpp4076 bool CapturedDecl::isNothrow() const { return BodyAndNothrow.getInt(); } in isNothrow() function in CapturedDecl
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3380 return FnTy->isNothrow(Finder->getASTContext()); in AST_POLYMORPHIC_MATCHER()
/external/clang/include/clang/AST/
DDecl.h3661 bool isNothrow() const;
DType.h3367 bool isNothrow(const ASTContext &Ctx, bool ResultIfDependent = false) const;
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1052 Record.push_back(CD->isNothrow() ? 1 : 0); in VisitCapturedDecl()
/external/clang/lib/Analysis/
DCFG.cpp1832 Proto->isNothrow(Ctx)) in CanThrow()