Home
last modified time | relevance | path

Searched refs:wobble (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Index/
Dfix-its.c13 MACRO(x->wobble = 17); in f()
/external/clang/test/SemaTemplate/
Ddeduction.cpp145 template<typename T> static inline void wobble(T ch);
149 Foo::foo<wobble<char> >(); in madness()
Doverload-candidates.cpp139 void wobble() { wibble<int>(); } // expected-error {{no matching function for call to 'wibble'}} in wobble() function
/external/clang/test/FixIt/
Dtypo.cpp40 namespace wobble = ::blarg; // expected-error{{no namespace named 'blarg' in the global namespace; …
/external/clang/test/Sema/
Ddesignated-initializers.c184 const union wibble wobble = { .arr2[0] = 0xffff, variable