/external/clang/test/CodeGenCXX/ |
D | mangle-extreme.cpp | 3 struct X { }; struct 6 void f(X****************************************, in f() argument
|
D | implicit-instantiation-1.cpp | 4 struct X { struct 13 void foo(X<int> &xi, X<float> *xfp, int i, float f) { in foo() argument
|
/external/clang/test/CodeGenObjCXX/ |
D | nrvo.mm | 4 struct X { struct 5 X(); field 6 X(const X&); field 7 ~X(); argument 15 - (X)getNRVO { argument
|
D | literals.mm | 5 struct X { struct 6 X(); argument 7 ~X(); field 23 // CHECK-NEXT: call void @_ZN1XC1Ev argument
|
/external/clang/test/CodeGen/ |
D | 2007-04-11-PR1321.c | 3 struct X { struct 4 unsigned int e0 : 17; 5 unsigned int e1 : 17; 6 unsigned int e2 : 17; 7 unsigned int e3 : 17; 8 unsigned int e4 : 17; 9 unsigned int e5 : 17; 10 unsigned int e6 : 17; 11 unsigned int e7 : 17;
|
D | BasicInstrs.c | 6 unsigned int udiv(unsigned int X, unsigned int Y) { in udiv() 9 int sdiv(int X, int Y) { in sdiv() 12 unsigned int urem(unsigned int X, unsigned int Y) { in urem() 15 int srem(int X, int Y) { in srem() 19 _Bool setlt(int X, int Y) { in setlt() 23 _Bool setgt(int X, int Y) { in setgt()
|
D | align-param.c | 13 struct X { int x,y,z,a; }; argument
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/ |
D | p2.cpp | 3 template<int I, int J, class T> struct X { struct 7 template<int I, int J> struct X<I, J, int> { struct 11 template<int I> struct X<I, I, int> { struct 15 int array0[X<0, 0, float>::value == 0? 1 : -1]; argument 21 struct X { struct 22 static const unsigned value = 1; 26 struct X<T, U, typename T::is_b> { struct 27 static const unsigned value = 2; 31 struct X<T, typename T::is_a, typename T::is_b> { struct 32 static const unsigned value = 3;
|
/external/clang/test/SemaObjCXX/ |
D | propert-dot-error.mm | 4 struct X { struct 5 X(); field 6 X(const X&); argument 7 ~X(); argument 15 X xval; argument 19 - (void)setx:(X)x; argument
|
D | literals.mm | 71 struct X { struct 72 ConvertibleTo<id> x; 73 ConvertibleTo<id> get(); 76 template<typename T> T test_numeric_instantiation() { 100 X x; argument 107 void test_array_literals(T t) { 111 template void test_array_literals(id); 112 template void test_array_literals(NSArray*); 113 …e{{in instantiation of function template specialization 'test_array_literals<int>' requested here}} 116 void test_dictionary_literals(T t, U u) { [all …]
|
D | objc-container-subscripting.mm | 59 struct X { struct 60 ConvertibleTo<id> x; 61 ConvertibleTo<id> get(); 64 NSMutableArray *test_array_convertibility(ConvertibleTo<NSMutableArray*> toArray, 81 id test_dict_convertibility(ConvertibleTo<NSMutableDictionary*> toDict, 103 void test_bad_variadic_array_subscripting(Args ...args) { 109 void test_variadic_array_subscripting(Args ...args) { 113 template void test_variadic_array_subscripting(id arg1, NSMutableArray* arg2, id arg3); 118 void test_variadic_dictionary_subscripting(Index I, Args ...args) { 122 … void test_variadic_dictionary_subscripting(Key *key, id arg1, NSMutableDictionary* arg2, id arg3); [all …]
|
D | cstyle-cast.mm | 6 struct X { X(); }; argument 8 void test1(X x) { argument
|
/external/clang/test/SemaTemplate/ |
D | injected-class-name.cpp | 3 struct X { struct 4 X<T*> *ptr; argument 10 struct X<int***> { struct 11 typedef X<int***> *ptr; argument 57 struct X { struct 58 typedef T foo; 59 typedef X<T> xt; 60 typename xt::foo *t;
|
D | partial-spec-instantiate.cpp | 4 template <class T> struct X {}; struct 6 template <> struct X<char> struct 24 struct X { struct 25 int m; 44 template<typename T, T N> struct X { }; struct 45 template<bool C> struct X<bool, C> { struct 46 typedef int type;
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p4-0x.cpp | 12 struct X { struct 13 int n = 10; 14 int m = [&]{return n + 1; }(); in __anonc94837280102() 15 int o = [&]{return this->m + 1; }(); in __anonc94837280202() 16 int p = [&]{return [&](int x) { return this->m + x;}(o); }(); in __anonc94837280402()
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p9-cxx0x.cpp | 11 class X { class 22 class X { class 35 class X { class 51 class X { class 65 template <class T> class X { class 76 template <class T> class X { class 91 template <class T> class X { class 107 template <class T> class X { class
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_endian.h | 182 #define SDL_Swap64(X) (X) argument 192 #define SDL_SwapLE16(X) (X) argument 193 #define SDL_SwapLE32(X) (X) argument 194 #define SDL_SwapLE64(X) (X) argument 195 #define SDL_SwapBE16(X) SDL_Swap16(X) argument 196 #define SDL_SwapBE32(X) SDL_Swap32(X) argument 197 #define SDL_SwapBE64(X) SDL_Swap64(X) argument 199 #define SDL_SwapLE16(X) SDL_Swap16(X) argument 200 #define SDL_SwapLE32(X) SDL_Swap32(X) argument 201 #define SDL_SwapLE64(X) SDL_Swap64(X) argument [all …]
|
/external/llvm/include/llvm/Support/ |
D | OutputBuffer.h | 52 void outbyte(unsigned char X) { in outbyte() 55 void outhalf(unsigned short X) { in outhalf() 64 void outword(unsigned X) { in outword() 77 void outxword(uint64_t X) { in outxword() 98 void outaddr32(unsigned X) { in outaddr32() 101 void outaddr64(uint64_t X) { in outaddr64() 104 void outaddr(uint64_t X) { in outaddr() 126 void fixhalf(unsigned short X, unsigned Offset) { in fixhalf() 131 void fixword(unsigned X, unsigned Offset) { in fixword() 138 void fixxword(uint64_t X, unsigned Offset) { in fixxword() [all …]
|
D | Debug.h | 67 #define DEBUG_WITH_TYPE(TYPE, X) \ argument 72 #define isCurrentDebugType(X) (false) argument 73 #define setCurrentDebugType(X) argument 74 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (0) argument 97 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) argument
|
/external/clang/test/SemaCXX/ |
D | illegal-member-initialization.cpp | 12 struct X { struct 13 …X() { } // expected-error {{constructor for 'X' must explicitly initialize the reference memb… in X() argument 17 int &value; // expected-note{{declared here}} 18 const int cvalue; // expected-note{{declared here}} 19 B& b; // expected-note{{declared here}} 20 const B cb; // expected-note{{declared here}}
|
/external/clang/test/Index/ |
D | print-bitwidth.c | 9 struct X { struct 10 unsigned light : 1; 11 unsigned toaster : 1; 12 int count; 13 union S stat;
|
/external/clang/test/SemaObjC/ |
D | arc-unsafe_unretained.m | 5 struct X { struct 10 void f(struct X x) { argument
|
D | property-12.m | 4 @property(readonly,assign) id X; // expected-warning {{property attributes 'readonly' and 'assign' … property 8 @property(readonly,retain) id X; // expected-warning {{property attributes 'readonly' and 'retain' … property 12 @property(readonly,copy) id X; // expected-warning {{property attributes 'readonly' and 'copy' are … property 16 @property(readonly,readwrite) id X; // expected-error {{property attributes 'readonly' and 'readwri… property 20 @property(assign,copy) id X; // expected-error {{property attributes 'assign' and 'copy' are mutual… property 24 @property(assign,retain) id X; // expected-error {{property attributes 'assign' and 'retain' are mu… property 28 @property(copy,retain) id X; // expected-error {{property attributes 'copy' and 'retain' are mutual… property
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
D | Stats.cs | 64 public static double Stddev(int[] X) { in Stddev() 77 public static double Stddev(List<int> X) { in Stddev() 94 public static double avg(int[] X) { in avg() 99 public static int min(int[] X) { in min() 104 public static int max(int[] X) { in max() 109 public static int sum(int[] X) { in sum()
|
/external/clang/test/CXX/class/class.local/ |
D | p4.cpp | 4 struct X { in f() struct 5 static int a; // expected-error {{static data member 'a' not allowed in local class 'X'}} in f() 6 int b; in f() 8 static void f() { } in f()
|