Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/conv/conv.fctptr/
H A Dp1.cpp5 typedef void Nothrow() noexcept; typedef
8 Nothrow *a;
10 Nothrow S::*c;
21 Nothrow *const *pa = b; // expected-error {{cannot initialize}} in test()
23 Nothrow *const S::*pc = d; // expected-error {{cannot initialize}} in test()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp5038 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
H A DExprConstant.cpp9518 LValue Nothrow; in VisitCXXNewExpr() local
9519 if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info)) in VisitCXXNewExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4451 void setNothrow(bool Nothrow = true);