Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:t1

14 template<void (&)(float)> struct t1 {};
16 void f1(t1<f0> a0) {}
22 template<void (*)(float)> struct t1 {};
25 void f1(t1<f0> a0) {}
31 template<void (&)(float)> struct t1 {};
34 void f1(t1<test3_f0> a0) {}
40 template<void (*)(float)> struct t1 {};
43 void f1(t1<test4_f0> a0) {}
51 template<void (&)(float)> struct t1 {};
53 void f1(t1<test5_f0> a0) {}