Searched refs:IsNothrow (Results 1 – 5 of 5) sorted by relevance
27 template <bool IsNothrow>30 operator int&() TEST_NOEXCEPT_COND(IsNothrow) { return val; } in operator int&()
3188 Optional<unsigned> *AlignmentParam, bool *IsNothrow) const { in isReplaceableGlobalAllocationFunction()3247 if (IsNothrow) in isReplaceableGlobalAllocationFunction()3248 *IsNothrow = true; in isReplaceableGlobalAllocationFunction()
6676 bool IsNothrow = false; in HandleOperatorNewCall() local6679 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()6696 if (IsNothrow) { in HandleOperatorNewCall()9488 bool IsNothrow = false; in VisitCXXNewExpr() local9521 IsNothrow = true; in VisitCXXNewExpr()9547 if (IsNothrow) in VisitCXXNewExpr()9560 if (IsNothrow) in VisitCXXNewExpr()9587 if (IsNothrow) in VisitCXXNewExpr()
2421 bool *IsNothrow = nullptr) const;
15566 bool IsNothrow = false; in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction() local15567 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()15575 if (!IsNothrow && !FD->hasAttr<ReturnsNonNullAttr>()) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()