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

  /external/clang/test/Modules/Inputs/
weird_objc.h 1 typedef struct objc_object { void *super; int wibble; } *id; member in struct:objc_object
  /external/clang/test/PCH/
floating-literal.c 17 float wibble = 1.0E40; variable
18 // CHECK: float wibble = 1.0E+40;
  /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'?
11 // CHECK: FIX-IT: Replace [13:12 - 13:18] with "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 179 union wibble { union
184 const union wibble wobble = { .arr2[0] = 0xffff,
188 const union wibble wobble2 = { .arr2 = {4, 5, 6}, 7 }; // expected-warning{{excess elements in union initializer}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1.cpp 29 template<typename T> void wibble(T);
39 template<typename T> void NS::wibble(T); // expected-warning {{extra qualification}}
45 template<typename T> void NS::wibble(T) { } // expected-warning{{extra qualification on member 'wibble'}} function in class:NS::NS
  /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;
attr-noreturn.cpp 80 template<typename> void wibble() __attribute__((__noreturn__));
81 template<typename> voidfn wibble; member in namespace:PR12948
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 124 void wibble() {} function in namespace:PR15673
125 void wobble() { wibble<int>(); } // expected-error {{no matching function for call to 'wibble'}}

Completed in 159 milliseconds