Searched refs:IsNothrow (Results 1 – 4 of 4) sorted by relevance
3087 Optional<unsigned> *AlignmentParam, bool *IsNothrow) const { in isReplaceableGlobalAllocationFunction()3146 if (IsNothrow) in isReplaceableGlobalAllocationFunction()3147 *IsNothrow = true; in isReplaceableGlobalAllocationFunction()
6597 bool IsNothrow = false; in HandleOperatorNewCall() local6600 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()6617 if (IsNothrow) { in HandleOperatorNewCall()9357 bool IsNothrow = false; in VisitCXXNewExpr() local9390 IsNothrow = true; in VisitCXXNewExpr()9416 if (IsNothrow) in VisitCXXNewExpr()9429 if (IsNothrow) in VisitCXXNewExpr()9456 if (IsNothrow) in VisitCXXNewExpr()
2389 bool *IsNothrow = nullptr) const;
14982 bool IsNothrow = false; in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction() local14983 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()14991 if (!IsNothrow && !FD->hasAttr<ReturnsNonNullAttr>()) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()