HomeSort by relevance Sort by last modified time
    Searched refs:set16 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Misc/
diag-template-diffing-color.cpp 33 void set16(vector<vector<int> >) {} function
35 set16(vector<const vector<int> >());
diag-template-diffing.cpp 458 void set16(vector<const vector<int>>) {} function
460 set16(vector<const vector<const int>>());
462 // CHECK-ELIDE-NOTREE: no matching function for call to 'set16'
464 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set16'
466 // CHECK-ELIDE-TREE: no matching function for call to 'set16'
471 // CHECK-NOELIDE-TREE: no matching function for call to 'set16'
    [all...]

Completed in 78 milliseconds