Home
last modified time | relevance | path

Searched refs:call_f0 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-call.cpp13 struct call_f0 { struct
20 template struct N2::call_f0<int, char&>; argument
21 template struct N2::call_f0<N1::X0, int&>; member in N2
25 struct call_f0 { struct
33 template struct N3::call_f0<int, char&>; // expected-note{{instantiation}} member in N3
34 template struct N3::call_f0<N1::X0, int&>; member in N3
39 struct call_f0 { struct
46 template struct N4::call_f0<int, short&>; member in N4
47 template struct N4::call_f0<N1::X0, int&>; member in N4
48 template struct N3::call_f0<int, short&>; // expected-note{{instantiation}} member in N3
Dmember-access-expr.cpp6 void call_f0(T x) { in call_f0() function
19 call_f0(x0); in test_f0()