Searched refs:Nothrow (Results 1 – 4 of 4) sorted by relevance
5 typedef void Nothrow() noexcept; typedef8 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()
5038 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
9518 LValue Nothrow; in VisitCXXNewExpr() local9519 if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info)) in VisitCXXNewExpr()
4451 void setNothrow(bool Nothrow = true);