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

  /external/clang/test/Index/
fix-its.c 4 int wibble; member in struct:X
10 // CHECK: error: no member named 'wobble' in 'struct X'; did you mean 'wibble'?
12 // CHECK: note: 'wibble' declared here
14 // CHECK: error: no member named 'wabble' in 'struct X'; did you mean 'wibble'?
15 // CHECK: FIX-IT: Replace [17:6 - 17:12] with "wibble"
16 // CHECK: note: 'wibble' declared here
  /external/clang/test/Sema/
predefined-function.c 34 int wibble(); // expected-note {{previous declaration is here}}
35 float wibble() // expected-error {{conflicting types for 'wibble'}} function
designated-initializers.c 180 union wibble { union
185 const union wibble wobble = { .arr2[0] = 0xffff,
189 const union wibble wobble2 = { .arr2 = {4, 5, 6}, 7 }; // expected-warning{{excess elements in union initializer}}
  /external/clang/test/SemaCXX/
address-of.cpp 14 static void wibble() { function in class:c
qualified-names-diag.cpp 3 namespace wibble { namespace in namespace:foo
22 foo::wibble::x a;
24 a + b; // expected-error{{invalid operands to binary expression ('foo::wibble::x' and '::bar::y' (aka 'int'))}}
26 ::foo::wibble::bar::wonka::x::y c;
27 c + b; // expected-error{{invalid operands to binary expression ('::foo::wibble::bar::wonka::x::y' and '::bar::y' (aka 'int'))}}
32 int ::foo::wibble::bar::wonka::x::y::* ptrmem;

Completed in 793 milliseconds