Searched refs:IsNothrow (Results 1 – 4 of 4) sorted by relevance
3322 std::optional<unsigned> *AlignmentParam, bool *IsNothrow) const { in isReplaceableGlobalAllocationFunction()3381 if (IsNothrow) in isReplaceableGlobalAllocationFunction()3382 *IsNothrow = true; in isReplaceableGlobalAllocationFunction()
6784 bool IsNothrow = false; in HandleOperatorNewCall() local6787 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()6804 Size.getZExtValue(), /*Diag=*/!IsNothrow)) { in HandleOperatorNewCall()6805 if (IsNothrow) { in HandleOperatorNewCall()9800 bool IsNothrow = false; in VisitCXXNewExpr() local9833 IsNothrow = true; in VisitCXXNewExpr()9859 if (IsNothrow) in VisitCXXNewExpr()9872 ArrayBound.getZExtValue(), /*Diag=*/!IsNothrow)) { in VisitCXXNewExpr()9873 if (IsNothrow) in VisitCXXNewExpr()9897 if (IsNothrow) in VisitCXXNewExpr()
2533 bool *IsNothrow = nullptr) const;
16597 bool IsNothrow = false; in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction() local16598 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()16609 if (!IsNothrow && !FD->hasAttr<ReturnsNonNullAttr>() && in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()