Searched refs:isNothrow (Results 1 – 16 of 16) sorted by relevance
482 if (!ProtoType->isNothrow(getContext())) in VisitCXXNewExpr()
432 if (CD->isNothrow()) in EmitStartEHSpec()511 if (CD->isNothrow()) in EmitEndEHSpec()
2222 if (CD->isNothrow()) in GenerateCapturedStmtFunction()
1616 FPT->isNothrow(Ctx)) in AddAttributesFromFunctionProtoType()
255 if (CD->isNothrow()) in GenerateOpenMPCapturedStmtFunction()
913 return FT->isNothrow(S.Context) ? CT_Cannot : CT_Can; in canCalleeThrow()
3916 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()
6912 if (!Proto->isNothrow(Context, /*ResultIfDependent*/true) && in CheckReturnValExpr()
138 return getOperatorNew()->getType()->castAs<FunctionProtoType>()->isNothrow( in shouldNullCheckAllocation()
2775 bool FunctionProtoType::isNothrow(const ASTContext &Ctx, in isNothrow() function in FunctionProtoType
4076 bool CapturedDecl::isNothrow() const { return BodyAndNothrow.getInt(); } in isNothrow() function in CapturedDecl
3380 return FnTy->isNothrow(Finder->getASTContext()); in AST_POLYMORPHIC_MATCHER()
3661 bool isNothrow() const;
3367 bool isNothrow(const ASTContext &Ctx, bool ResultIfDependent = false) const;
1052 Record.push_back(CD->isNothrow() ? 1 : 0); in VisitCapturedDecl()
1832 Proto->isNothrow(Ctx)) in CanThrow()