Searched refs:set10 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp281 void set10(class_types<int, int>) {} function
283 set10(class_types<int>());
284 set10(class_types<int, int, int>());
287 // CHECK-ELIDE-NOTREE: no matching function for call to 'set10'
289 // CHECK-ELIDE-NOTREE: no matching function for call to 'set10'
291 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set10'
293 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set10'
295 // CHECK-ELIDE-TREE: no matching function for call to 'set10'
300 // CHECK-ELIDE-TREE: no matching function for call to 'set10'
305 // CHECK-NOELIDE-TREE: no matching function for call to 'set10'
[all...]

Completed in 49 milliseconds