Lines Matching full:requested
401 struct S { // expected-note{{in instantiation of member class 'S' requested here}}
405 template void f1<int>(); // expected-note{{in instantiation of function template specialization 'PR21332::f1<int>' requested here}}
408 struct S { // expected-note{{in instantiation of member class 'S' requested here}}
412 template void f2<int>(); // expected-note{{in instantiation of function template specialization 'PR21332::f2<int>' requested here}}
419 template void f3<int>(); //expected-note{{in instantiation of function template specialization 'PR21332::f3<int>' requested here}}
426 template void f4<int>(); // expected-note{{in instantiation of function template specialization 'PR21332::f4<int>' requested here}}
429 class S { // expected-note {{in instantiation of default member initializer 'PR21332::f5()::S::val' requested here}}
433 template void f5<int>(); // expected-note {{in instantiation of function template specialization 'PR21332::f5<int>' requested here}}
436 class S { // expected-note {{in instantiation of member function 'PR21332::f6()::S::get' requested here}}
438 class S2 { // expected-note {{in instantiation of member class 'S2' requested here}}
444 template void f6<int>(); // expected-note{{in instantiation of function template specialization 'PR21332::f6<int>' requested here}}