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

/external/clang/test/Misc/
H A Ddiag-template-diffing-color.cpp53 void set18(vector<volatile vector<int> >) {} function
55 set18(vector<const vector<int> >());
58 // TREE: no matching function for call to 'set18'
H A Ddiag-template-diffing.cpp496 void set18(vector<const vector<int>>) {} function
498 set18(vector<vector<int>>());
500 // CHECK-ELIDE-NOTREE: no matching function for call to 'set18'
502 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set18'
504 // CHECK-ELIDE-TREE: no matching function for call to 'set18'
509 // CHECK-NOELIDE-TREE: no matching function for call to 'set18'

Completed in 843 milliseconds