Searched refs:isNothrow (Results 1 – 15 of 15) sorted by relevance
482 if (!ProtoType->isNothrow(getContext())) in VisitCXXNewExpr()
432 if (CD->isNothrow()) in EmitStartEHSpec()511 if (CD->isNothrow()) in EmitEndEHSpec()
2158 if (CD->isNothrow()) in GenerateCapturedStmtFunction()
131 if (CD->isNothrow()) in GenerateOpenMPCapturedStmtFunction()
1430 FPT->isNothrow(Ctx)) in AddAttributesFromFunctionProtoType()
907 return FT->isNothrow(S.Context) ? CT_Cannot : CT_Can; in canCalleeThrow()
3656 if (!CPT || !CPT->isNothrow(C)) in HasNoThrowOperator()3892 if (!CPT || !CPT->isNothrow(C)) in EvaluateUnaryTypeTrait()3982 if (!CPT->isNothrow(C) || CPT->getNumParams() > 1) in EvaluateUnaryTypeTrait()4018 if (!CPT->isNothrow(C) || CPT->getNumParams() > 0) in EvaluateUnaryTypeTrait()
6017 if (!Proto->isNothrow(Context, /*ResultIfDependent*/true) && in CheckReturnValExpr()
2970 return FnTy->isNothrow(Node.getASTContext()); in AST_MATCHER()
211 return getOperatorNew()->getType()->castAs<FunctionProtoType>()->isNothrow( in shouldNullCheckAllocation()
2783 bool FunctionProtoType::isNothrow(const ASTContext &Ctx, in isNothrow() function in FunctionProtoType
3664 bool isNothrow() const { return BodyAndNothrow.getInt(); } in isNothrow() function
3252 bool isNothrow(const ASTContext &Ctx, bool ResultIfDependent = false) const;
1027 Record.push_back(CD->isNothrow() ? 1 : 0); in VisitCapturedDecl()
1832 Proto->isNothrow(Ctx)) in CanThrow()