• Home
  • Raw
  • Download

Lines Matching full:here

4   static char s_var_1;       // expected-note{{forward declaration of template entity is here}}
5 static char s_var_2; // expected-note{{forward declaration of template entity is here}}
6 static void s_func_1(); // expected-note{{forward declaration of template entity is here}}
7 static void s_func_2(); // expected-note{{forward declaration of template entity is here}}
8 void meth_1(); // expected-note2{{forward declaration of template entity is here}}
10 …s T1> static char s_tvar_2; // expected-note{{forward declaration of template entity is here}}
11 …s T1> static void s_tfunc_2(); // expected-note{{forward declaration of template entity is here}}
13 static char s_var_2; // expected-note{{forward declaration of template entity is here}}
14 static void s_func_2(); // expected-note{{forward declaration of template entity is here}}
15 void meth_2(); // expected-note{{forward declaration of template entity is here}}
16 …ass T2> static char s_tvar_2; // expected-note{{forward declaration of template entity is here}}
17 …ass T2> void tmeth_2(); // expected-note{{forward declaration of template entity is here}}
37 …/ expected-warning{{instantiation of variable 'C1<int>::s_var_1' required here, but no definition … in func_02()
42 … expected-warning{{instantiation of variable 'C1<char>::s_var_2' required here, but no definition … in func_03()
47 … expected-warning{{instantiation of function 'C1<int>::s_func_1' required here, but no definition … in func_04()
56 …expected-warning{{instantiation of function 'C1<char>::s_func_2' required here, but no definition … in func_06()
61 …x->meth_1(); // expected-warning{{instantiation of function 'C1<int>::meth_1' required here, but … in func_07()
70 …x->meth_1(); // expected-warning{{instantiation of function 'C1<char>::meth_1' required here, but… in func_09()
79 …ted-warning{{instantiation of variable 'C1<int>::s_tvar_2<long>' required here, but no definition … in func_11()
88 …ed-warning{{instantiation of function 'C1<int>::s_tfunc_2<long>' required here, but no definition … in func_13()
97 …warning {{instantiation of variable 'C1<int>::C2<char>::s_var_2' required here, but no definition … in func_15()
106 …warning{{instantiation of function 'C1<int>::C2<char>::s_func_2' required here, but no definition … in func_17()
115 …d-warning{{instantiation of function 'C1<int>::C2<char>::meth_2' required here, but no definition … in func_19()
124 …g{{instantiation of variable 'C1<int>::C2<long>::s_tvar_2<long>' required here, but no definition … in func_21()
133 …ing{{instantiation of function 'C1<int>::C2<long>::tmeth_2<int>' required here, but no definition … in func_23()