Home
last modified time | relevance | path

Searched refs:wibble (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp10.cpp4 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/
Dqualified-names-diag.cpp3 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;
Dwarn-missing-noreturn.cpp108 void wibble() __attribute((__noreturn__));
112 void wibble();
116 thing.wibble(); in thingy()
Dattr-noreturn.cpp80 template<typename> void wibble() __attribute__((__noreturn__));
81 template<typename> voidfn wibble; variable
Daddress-of.cpp14 static void wibble() { in wibble() function in c
/external/llvm/test/MC/ARM/
Dmulti-section-mapping.s6 @ .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/
Dat-defs.m17 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/
Dp12.cpp14 virtual void wibble();
18 xp->test24_B::wibble(); in foo()
/external/clang/test/FixIt/
Dtypo.cpp39 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/
Dpredefined-function.c34 int wibble(); // expected-note {{previous declaration is here}}
35 float wibble() // expected-error {{conflicting types for 'wibble'}} in wibble() function
Ddesignated-initializers.c180 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/
Dp1.cpp29 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/
Dstring-trim-expected.txt125 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/
Dinstantiation-default-1.cpp13 void wibble();
20 d3->wibble(); in test_Def1()
Doverload-candidates.cpp124 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/
Dfloating-literal.c17 float wibble = 1.0E40; variable
/external/clang/test/Index/
Dpreamble.c5 int wibble(int);
Dc-index-pch.c8 void wibble(int i);
Dcomplete-preamble.h2 void wibble();
Dlinkage.c12 static int wibble(int);
Dfix-its.c4 int wibble; member
/external/clang/test/Modules/Inputs/
Dweird_objc.h1 typedef struct objc_object { void *super; int wibble; } *id; member
/external/clang/test/Parser/
Dtop-level-semi-cxx0x.cpp8 void wibble();
/external/llvm/test/MC/AArch64/
Dmapping-across-sections.s7 .section .wibble
/external/clang/test/Modules/
Dobjc_redef.m5 return x->wibble;

12