Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3087 Optional<unsigned> *AlignmentParam, bool *IsNothrow) const { in isReplaceableGlobalAllocationFunction()
3146 if (IsNothrow) in isReplaceableGlobalAllocationFunction()
3147 *IsNothrow = true; in isReplaceableGlobalAllocationFunction()
H A DExprConstant.cpp6597 bool IsNothrow = false; in HandleOperatorNewCall() local
6600 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()
6617 if (IsNothrow) { in HandleOperatorNewCall()
9357 bool IsNothrow = false; in VisitCXXNewExpr() local
9390 IsNothrow = true; in VisitCXXNewExpr()
9416 if (IsNothrow) in VisitCXXNewExpr()
9429 if (IsNothrow) in VisitCXXNewExpr()
9456 if (IsNothrow) in VisitCXXNewExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2389 bool *IsNothrow = nullptr) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14982 bool IsNothrow = false; in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction() local
14983 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
14991 if (!IsNothrow && !FD->hasAttr<ReturnsNonNullAttr>()) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()