Searched refs:IsNothrow (Results 1 – 4 of 4) sorted by relevance
3359 std::optional<unsigned> *AlignmentParam, bool *IsNothrow) const { in isReplaceableGlobalAllocationFunction()3418 if (IsNothrow) in isReplaceableGlobalAllocationFunction()3419 *IsNothrow = true; in isReplaceableGlobalAllocationFunction()
6845 bool IsNothrow = false; in HandleOperatorNewCall() local6848 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()6865 Size.getZExtValue(), /*Diag=*/!IsNothrow)) { in HandleOperatorNewCall()6866 if (IsNothrow) { in HandleOperatorNewCall()9901 bool IsNothrow = false; in VisitCXXNewExpr() local9934 IsNothrow = true; in VisitCXXNewExpr()9960 if (IsNothrow) in VisitCXXNewExpr()9973 ArrayBound.getZExtValue(), /*Diag=*/!IsNothrow)) { in VisitCXXNewExpr()9974 if (IsNothrow) in VisitCXXNewExpr()9998 if (IsNothrow) in VisitCXXNewExpr()
2521 bool *IsNothrow = nullptr) const;
16385 bool IsNothrow = false; in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction() local16386 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()16397 if (!IsNothrow && !FD->hasAttr<ReturnsNonNullAttr>() && in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()