Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Dtype_conv_ctor.pass.cpp27 template <bool IsNothrow>
30 operator int&() TEST_NOEXCEPT_COND(IsNothrow) { return val; } in operator int&()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp3188 Optional<unsigned> *AlignmentParam, bool *IsNothrow) const { in isReplaceableGlobalAllocationFunction()
3247 if (IsNothrow) in isReplaceableGlobalAllocationFunction()
3248 *IsNothrow = true; in isReplaceableGlobalAllocationFunction()
H A DExprConstant.cpp6676 bool IsNothrow = false; in HandleOperatorNewCall() local
6679 IsNothrow |= E->getType()->isNothrowT(); in HandleOperatorNewCall()
6696 if (IsNothrow) { in HandleOperatorNewCall()
9488 bool IsNothrow = false; in VisitCXXNewExpr() local
9521 IsNothrow = true; in VisitCXXNewExpr()
9547 if (IsNothrow) in VisitCXXNewExpr()
9560 if (IsNothrow) in VisitCXXNewExpr()
9587 if (IsNothrow) in VisitCXXNewExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2421 bool *IsNothrow = nullptr) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp15566 bool IsNothrow = false; in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction() local
15567 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
15575 if (!IsNothrow && !FD->hasAttr<ReturnsNonNullAttr>()) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()