Home
last modified time | relevance | path

Searched refs:IsNothrow (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3411 UnsignedOrNone *AlignmentParam, bool *IsNothrow) const { in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
3440 if (IsNothrow) in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
3441 *IsNothrow = true; in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
3487 if (IsNothrow) in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
3488 *IsNothrow = true; in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
H A DExprConstant.cpp7153 bool IsNothrow = false; in HandleOperatorNewCall() local
7156 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()
7173 Size.getZExtValue(), /*Diag=*/!IsNothrow)) { in HandleOperatorNewCall()
7174 if (IsNothrow) { in HandleOperatorNewCall()
10322 bool IsNothrow = false; in VisitCXXNewExpr() local
10340 IsNothrow = true; in VisitCXXNewExpr()
10389 if (IsNothrow) in VisitCXXNewExpr()
10402 ArrayBound.getZExtValue(), /*Diag=*/!IsNothrow)) { in VisitCXXNewExpr()
10403 if (IsNothrow) in VisitCXXNewExpr()
10427 if (IsNothrow) in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2575 bool *IsNothrow = nullptr) const {
2579 AlignmentParam, IsNothrow);
2607 bool *IsNothrow = nullptr) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16866 bool IsNothrow = false; in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction() local
16867 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
16878 if (!IsNothrow && !FD->hasAttr<ReturnsNonNullAttr>() && in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()