Searched defs:wibble (Results 1 – 15 of 15) sorted by relevance
17 struct wibble { struct26 printf("12: %d\n", ((struct wibble*)a)->foo); argument
18 float wibble = 1.0E40; variable
1 typedef struct objc_object { void *super; int wibble; } *id; member
9 def wibble(self): member in SomeClass
4 int wibble; member
34 float wibble() // expected-error {{conflicting types for 'wibble'}} in wibble() function
179 union wibble { union
12 def wibble(self): member in SomeClass
3 namespace wibble { namespace
14 static void wibble() { in wibble() function in c
229 template<typename> voidfn wibble; variable
45 …template<typename T> void NS::wibble(T) { } // expected-warning{{extra qualification on member 'wi… in wibble() function in NS::NS
138 void wibble() {} in wibble() function
23 float wibble; field
26 typedef NSInteger wibble; typedef