Searched refs:Nothrow (Results 1 – 12 of 12) 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()
98 using Nothrow##name##Impl = typename std::enable_if<Result::value>::type; \101 using Nothrow##name = \102 absl::type_traits_internal::is_detected<Nothrow##name##Impl, T>
101 using Nothrow##name##Impl = typename std::enable_if<Result::value>::type; \104 using Nothrow##name = \105 absl::type_traits_internal::is_detected<Nothrow##name##Impl, T>
4077 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
4863 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
9353 LValue Nothrow; in VisitCXXNewExpr() local9354 if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info)) in VisitCXXNewExpr()
3662 void setNothrow(bool Nothrow = true);
4326 void setNothrow(bool Nothrow = true);