Searched defs:set19 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Misc/
H A Ddiag-template-diffing-color.cpp64 void set19(vector<const volatile vector<int> >) {} function
66 set19(vector<const vector<int> >());
H A Ddiag-template-diffing.cpp515 void set19(vector<volatile vector<int>>) {} function
517 set19(vector<const vector<int>>());
519 // CHECK-ELIDE-NOTREE: no matching function for call to 'set19'
521 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set19'
523 // CHECK-ELIDE-TREE: no matching function for call to 'set19'
528 // CHECK-NOELIDE-TREE: no matching function for call to 'set19'

Completed in 192 milliseconds