Searched refs:IsNothrow (Results 1 – 4 of 4) sorted by relevance
3411 UnsignedOrNone *AlignmentParam, bool *IsNothrow) const { in isUsableAsGlobalAllocationFunctionInConstantEvaluation()3440 if (IsNothrow) in isUsableAsGlobalAllocationFunctionInConstantEvaluation()3441 *IsNothrow = true; in isUsableAsGlobalAllocationFunctionInConstantEvaluation()3487 if (IsNothrow) in isUsableAsGlobalAllocationFunctionInConstantEvaluation()3488 *IsNothrow = true; in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
7153 bool IsNothrow = false; in HandleOperatorNewCall() local7156 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()7173 Size.getZExtValue(), /*Diag=*/!IsNothrow)) { in HandleOperatorNewCall()7174 if (IsNothrow) { in HandleOperatorNewCall()10322 bool IsNothrow = false; in VisitCXXNewExpr() local10340 IsNothrow = true; in VisitCXXNewExpr()10389 if (IsNothrow) in VisitCXXNewExpr()10402 ArrayBound.getZExtValue(), /*Diag=*/!IsNothrow)) { in VisitCXXNewExpr()10403 if (IsNothrow) in VisitCXXNewExpr()10427 if (IsNothrow) in VisitCXXNewExpr()
2575 bool *IsNothrow = nullptr) const {2579 AlignmentParam, IsNothrow);2607 bool *IsNothrow = nullptr) const;
16866 bool IsNothrow = false; in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction() local16867 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()16878 if (!IsNothrow && !FD->hasAttr<ReturnsNonNullAttr>() && in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()