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

  /external/clang/test/Index/
fix-its.c 10 // CHECK: error: no member named 'wobble' in 'struct X'; did you mean 'wibble'?
13 MACRO(x->wobble = 17);
  /external/clang/test/FixIt/
typo.cpp 40 namespace wobble = ::blarg; // expected-error{{no namespace named 'blarg' in the global namespace; did you mean 'blargh'?}}
  /external/clang/test/SemaTemplate/
deduction.cpp 145 template<typename T> static inline void wobble(T ch);
149 Foo::foo<wobble<char> >();
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 184 const union wibble wobble = { .arr2[0] = 0xffff, variable in typeref:union:wibble

Completed in 219 milliseconds