Home | Sort by relevance Sort by last modified time |
/external/clang/test/SemaTemplate/ | |
overload-candidates.cpp | 125 void wobble() { wibble<int>(); } // expected-error {{no matching function for call to 'wibble'}} function in namespace:PR15673 |
/external/clang/test/Sema/ | |
designated-initializers.c | 185 const union wibble wobble = { .arr2[0] = 0xffff, variable in typeref:union:wibble |