/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
D | p10.cpp | 4 void operator "" wibble(const char *); // expected-warning {{user-defined literal suffixes not star… 5 void operator "" wibble(const char *, size_t); // expected-warning {{user-defined literal suffixes … 10 123wibble; // expected-error {{invalid suffix 'wibble'}} in f() 11 123.0wibble; // expected-error {{invalid suffix 'wibble'}} in f() 12 …const char *p = ""wibble; // expected-error {{invalid suffix on literal; C++11 requires a space be… in f() 13 …const char *q = R"x("hello")x"wibble; // expected-error {{invalid suffix on literal; C++11 require… in f()
|
/external/clang/test/SemaCXX/ |
D | qualified-names-diag.cpp | 3 namespace wibble { namespace 22 foo::wibble::x a; in test() 26 ::foo::wibble::bar::wonka::x::y c; in test() 32 int ::foo::wibble::bar::wonka::x::y::* ptrmem;
|
D | warn-missing-noreturn.cpp | 108 void wibble() __attribute((__noreturn__)); 112 void wibble(); 116 thing.wibble(); in thingy()
|
D | attr-noreturn.cpp | 80 template<typename> void wibble() __attribute__((__noreturn__)); 81 template<typename> voidfn wibble; variable
|
D | address-of.cpp | 14 static void wibble() { in wibble() function in c
|
/external/llvm/test/MC/ARM/ |
D | multi-section-mapping.s | 6 @ .wibble should *not* inherit .text's mapping symbol. It's a completely different section. 7 .section .wibble 26 @ + .wibble to have $a at 0 31 @ CHECK-NEXT: 00000000 .wibble 00000000 $a
|
/external/clang/test/SemaObjC/ |
D | at-defs.m | 17 struct wibble { struct 26 printf("12: %d\n", ((struct wibble*)a)->foo); argument 27 printf("%d: %d\n", ((char*)&(((struct wibble*)a)->foo)) - (char*)a, ((char*)&(a->foo)) - (char*)a);
|
/external/clang/test/CXX/class.derived/class.virtual/ |
D | p12.cpp | 14 virtual void wibble(); 18 xp->test24_B::wibble(); in foo()
|
/external/clang/test/FixIt/ |
D | typo.cpp | 39 namespace wibble = blarg; // expected-error{{no namespace named 'blarg'; did you mean 'blargh'?}} 84 wibble::yarn str5; // expected-error{{no type named 'yarn' in namespace 'otherstd'; did you mean 'n… 92 …return wibble::narf; // expected-error{{no member named 'narf' in namespace 'otherstd'; did you me… in poit()
|
/external/clang/test/Sema/ |
D | predefined-function.c | 34 int wibble(); // expected-note {{previous declaration is here}} 35 float wibble() // expected-error {{conflicting types for 'wibble'}} in wibble() function
|
D | 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 unio…
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/ |
D | p1.cpp | 29 template<typename T> void wibble(T); 36 …template<typename T> void NS::wibble(T) { } // expected-error{{extra qualification on member 'wibb… in wibble() function in NS::NS
|
/external/chromium_org/v8/test/webkit/ |
D | string-trim-expected.txt | 125 PASS trim.call(({toString:function(){return 'wibble'}})) is 'wibble' 126 PASS trimLeft.call(({toString:function(){return 'wibble'}})) is 'wibble' 127 PASS trimRight.call(({toString:function(){return 'wibble'}})) is 'wibble'
|
/external/clang/test/SemaTemplate/ |
D | instantiation-default-1.cpp | 13 void wibble(); 20 d3->wibble(); in test_Def1()
|
D | overload-candidates.cpp | 124 void wibble() {} in wibble() function 125 void wobble() { wibble<int>(); } // expected-error {{no matching function for call to 'wibble'}} in wobble()
|
/external/clang/test/PCH/ |
D | floating-literal.c | 17 float wibble = 1.0E40; variable
|
/external/clang/test/Index/ |
D | preamble.c | 5 int wibble(int);
|
D | c-index-pch.c | 8 void wibble(int i);
|
D | complete-preamble.h | 2 void wibble();
|
D | linkage.c | 12 static int wibble(int);
|
D | fix-its.c | 4 int wibble; member
|
/external/clang/test/Modules/Inputs/ |
D | weird_objc.h | 1 typedef struct objc_object { void *super; int wibble; } *id; member
|
/external/clang/test/Parser/ |
D | top-level-semi-cxx0x.cpp | 8 void wibble();
|
/external/llvm/test/MC/AArch64/ |
D | mapping-across-sections.s | 7 .section .wibble
|
/external/clang/test/Modules/ |
D | objc_redef.m | 5 return x->wibble;
|