Home | History | Annotate | Download | only in Misc

Lines Matching defs:set3

95 void set3(I3<&V1, &V2>) {};
97 set3(I3<&V3, &V2>());
99 // CHECK-ELIDE-NOTREE: no matching function for call to 'set3'
101 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set3'
103 // CHECK-ELIDE-TREE: no matching function for call to 'set3'
108 // CHECK-NOELIDE-TREE: no matching function for call to 'set3'