Searched refs:IsNothrow (Results 1 – 4 of 4) sorted by relevance
3219 std::optional<unsigned> *AlignmentParam, bool *IsNothrow) const { in isReplaceableGlobalAllocationFunction()3278 if (IsNothrow) in isReplaceableGlobalAllocationFunction()3279 *IsNothrow = true; in isReplaceableGlobalAllocationFunction()
6684 bool IsNothrow = false; in HandleOperatorNewCall() local6687 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()6704 if (IsNothrow) { in HandleOperatorNewCall()9506 bool IsNothrow = false; in VisitCXXNewExpr() local9539 IsNothrow = true; in VisitCXXNewExpr()9565 if (IsNothrow) in VisitCXXNewExpr()9578 if (IsNothrow) in VisitCXXNewExpr()9605 if (IsNothrow) in VisitCXXNewExpr()
2478 bool *IsNothrow = nullptr) const;
15999 bool IsNothrow = false; in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction() local16000 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()16008 if (!IsNothrow && !FD->hasAttr<ReturnsNonNullAttr>()) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()