/external/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 16 struct S1 {}; struct 20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match a… in func() argument 21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() 22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() argument 23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() argument 24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() argument
|
D | attr-aligned.cpp | 4 typedef struct S1 { char c; } S1 __attribute__((aligned(8))); argument
|
D | new-null.cpp | 7 struct S1 { struct 8 void *operator new(size_t n) { in operator new() 11 void *operator new[](size_t n) noexcept { in operator new[]()
|
D | elaborated-type-specifier.cpp | 6 typedef struct S1 { struct 11 } S1; typedef
|
D | namespace.cpp | 21 namespace S1 { namespace 32 namespace S1 { namespace 49 namespace S1 { namespace
|
D | type-definition-in-specifier.cpp | 14 typedef struct S1 { int x; } S1_typedef; in f0() argument
|
/external/llvm/include/llvm/ADT/ |
D | SetOperations.h | 23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() 40 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() 51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() 63 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
|
/external/clang/test/OpenMP/ |
D | threadprivate_codegen.cpp | 22 struct S1 { struct 24 S1() in S1() argument 27 S1(int a) in S1() function 30 S1(const S1 &s) { in S1() function 33 ~S1() { in ~S1() argument
|
D | flush_messages.cpp | 3 struct S1 { // expected-note 2 {{declared here}} struct 4 int a;
|
D | task_messages.cpp | 20 class S1 { class 24 S1() : a(0) {} in S1() function in S1
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p7.cpp | 46 struct S1 { struct 48 S1 &operator=(int*); argument 52 S1 &s1 = operator=(&this->x); in f() argument
|
/external/clang/test/CodeGenObjC/ |
D | arc-property.m | 17 struct S1 { Class isa; }; argument 19 @property (nonatomic, strong) __attribute__((NSObject)) struct S1 *pointer; argument
|
/external/clang/test/CodeGenCXX/ |
D | fastcall.cpp | 10 struct S1 { struct 12 S1(const S1 &y); argument
|
D | warn-padded-packed.cpp | 3 struct S1 { struct 5 short s; // expected-warning {{padding struct 'S1' with 1 byte to align 's'}} argument 6 long l; // expected-warning {{padding struct 'S1' with 4 bytes to align 'l'}} argument 76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
|
D | regparm.cpp | 8 struct S1 { struct 10 S1(const S1 &y); argument
|
D | cxx0x-initializer-array.cpp | 31 struct S1 { struct 32 p x;
|
/external/clang/test/CXX/class/class.nest/ |
D | p3.cpp | 20 struct S1 { }; struct 24 struct S2::S1 { }; struct in PR6107::S2
|
/external/clang/test/PCH/ |
D | check-deserializations.cpp | 12 struct S1 { struct 34 void test(S1*, S2*) { in test() argument
|
/external/clang/test/Index/Inputs/ |
D | t1.c | 11 struct S1 { struct 20 struct S1 s1; in field_test() argument
|
/external/clang/test/Sema/ |
D | MicrosoftCompatibility.c | 18 __declspec(align(32768)) struct S1 { int a; } s; /* expected-error {{requested alignment must be 81… struct
|
D | type-spec-struct-union.c | 7 typedef struct S1 { struct 12 } S1; argument
|
/external/clang/test/ARCMT/ |
D | objcmt-designated-initializer.m | 14 @interface S1 : B1 interface 18 @implementation S1 implementation
|
/external/clang/test/SemaTemplate/ |
D | self-comparison.cpp | 7 template <int A, int B> struct S1 { struct 8 void foo() { in foo()
|
/external/clang/test/Modules/ |
D | redecl-merge.m | 55 struct S1 { struct 68 struct S1 s1; argument
|
/external/clang/test/SemaCUDA/ |
D | method-target.cu | 8 struct S1 { struct 12 __device__ void foo1(S1& s) { in foo1() argument
|