Home | History | Annotate | Download | only in SemaTemplate

Lines Matching full:note

7 struct Incomplete; // expected-note{{forward}}
11 f1(incomplete_p); // expected-note{{instantiation of exception spec}}
28 // expected-note 9{{instantiation of exception spec}}
34 void (*pFn2)() noexcept = &S<0>::recurse; // expected-note {{instantiation of exception spec}} expected-error {{not superset}}
39 // expected-note 16{{'go' should be declared prior to the call site}} \
45 // expected-note {{in instantiation of exception specification for 'go<int>' requested here}}
63 // expected-note {{instantiation of exception spec}}
67 S().f<int>(); // expected-note {{instantiation of exception spec}}
110 template <typename T> void f1(T) throw(typename T::exception); // expected-note {{candidate}}
111 template <typename T> void f1(T, int = 0) throw(typename T::noitpecxe); // expected-note {{candidate}}
113 template <typename T> void f2(T) noexcept(T::throws); // expected-note {{candidate}}
114 template <typename T> void f2(T, int = 0) noexcept(T::sworht); // expected-note {{candidate}}
125 virtual void f() noexcept; // expected-note {{overridden}}
133 Derived<Exc2> d2; // expected-note {{in instantiation of}}