Home
last modified time | relevance | path

Searched defs:wobble (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Doverload-candidates.cpp139 void wobble() { wibble<int>(); } // expected-error {{no matching function for call to 'wibble'}} in wobble() function
/llvm-project/clang/test/Sema/
H A Ddesignated-initializers.c184 const union wibble wobble = { .arr2[0] = 0xffff, variable