Searched refs:call_f0 (Results 1 – 2 of 2) sorted by relevance
13 struct call_f0 { struct20 template struct N2::call_f0<int, char&>; argument21 template struct N2::call_f0<N1::X0, int&>; member in N225 struct call_f0 { struct33 template struct N3::call_f0<int, char&>; // expected-note{{instantiation}} member in N334 template struct N3::call_f0<N1::X0, int&>; member in N339 struct call_f0 { struct46 template struct N4::call_f0<int, short&>; member in N447 template struct N4::call_f0<N1::X0, int&>; member in N448 template struct N3::call_f0<int, short&>; // expected-note{{instantiation}} member in N3
6 void call_f0(T x) { in call_f0() function19 call_f0(x0); in test_f0()