/external/clang/test/Preprocessor/ |
D | pragma_diagnostic_sections.cpp | 59 struct S2 { struct 61 S2() : in S2() function
|
/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/SemaCXX/ |
D | warn-dangling-field.cpp | 21 struct S2 { struct 23 S2(int i) : x(i) {} // expected-warning {{binding reference member 'x' to a temporary}} in S2() function
|
D | function-extern-c.cpp | 22 struct S2 { struct 32 extern "C" S2 f5( void ); argument
|
D | ptrtomember.cpp | 14 struct S2 { struct 18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} argument
|
D | namespace.cpp | 24 namespace S2 { namespace 37 namespace S2 { namespace 50 namespace S2 { namespace
|
D | warn-func-as-bool.cpp | 11 struct S2 { struct
|
D | warn-unused-variables.cpp | 102 struct S2 { struct 103 S2() { in S2() function
|
D | warn-bad-memaccess.cpp | 10 struct S2 { int x; } s2; argument
|
D | warn-unused-filescoped.cpp | 47 struct S2 { struct 48 static int x; // expected-warning{{unused}}
|
/external/clang/test/Modules/Inputs/ |
D | redecl-merge-left.h | 19 struct S2 { struct 24 void consume_S2(struct S2*); argument
|
/external/llvm/unittests/ADT/ |
D | ImmutableSetTest.cpp | 55 ImmutableSet<int> S2 = f.add(S, 3); in TEST_F() local 83 ImmutableSet<int> S2 = f.add(f.add(f.add(S, 3), 4), 5); in TEST_F() local 121 ImmutableSet<int> S2 = f.add(f.add(S, 4), 5); in TEST_F() local 144 ImmutableSet<char> S2 = f.add(f.add(f.add(S, 'a'), 'e'), 'i'); in TEST_F() local 156 ImmutableSet<char> S2 = f.add(f.add(f.add(S, 'b'), 'c'), 'd'); in TEST_F() local 179 ImmutableSet<long> S2 = f.add(f.add(f.add(S, 0), 1), 2); in TEST_F() local
|
/external/clang/test/Index/Inputs/ |
D | t1.c | 15 struct S2 { struct 22 ((struct S2 *)0)->x = 0; in field_test() argument
|
/external/clang/test/Index/ |
D | index-refs.cpp | 64 struct S2 { struct 69 struct S2 s = { .y = 1, .x = 4}; in foo5() argument
|
D | annotate-tokens.cpp | 17 struct S2 { S1 *operator->(); }; struct
|
/external/stlport/test/unit/ |
D | mfunptr_test.cpp | 41 struct S2 { } s2; struct 134 int f2(S1&, S2&) in f2() argument 140 int f2c(const S1&, const S2&) in f2c() 146 void vf2(S1&, S2&) in vf2() argument 152 void vf2c(const S1&, const S2&) in vf2c()
|
/external/clang/test/SemaTemplate/ |
D | self-comparison.cpp | 14 template <int A, int B> struct S2 { struct 15 template <typename T> T foo() { in foo()
|
/external/clang/test/Analysis/ |
D | reference.cpp | 74 struct S2 { struct 75 int (&x)[1]; 77 int *m() { return x; } in m()
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
D | p3-0x.cpp | 28 struct S2 { struct 29 int m1; 30 double m2, m3;
|
/external/clang/test/CodeGenCXX/ |
D | warn-padded-packed.cpp | 9 struct S2 { // expected-warning {{padding size of 'S2' with 3 bytes to alignment boundary}} struct 10 int i; 11 char c; 76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
|
/external/clang/test/CXX/class/class.mem/ |
D | p1.cpp | 24 struct S2 struct 26 static int v2; // expected-note{{previous declaration is here}} 27 static int v2; //expected-error{{duplicate member 'v2'}}
|
/external/clang/test/CXX/class/class.nest/ |
D | p3.cpp | 20 struct S2 { struct
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
D | p2.cpp | 19 struct S2 { struct 23 NoCopyMove ncm;
|
/external/clang/test/Sema/ |
D | MicrosoftCompatibility.c | 19 struct __declspec(aligned) S2 {}; /* expected-warning {{unknown __declspec attribute 'aligned' igno… struct
|
/external/clang/test/ASTMerge/Inputs/ |
D | struct1.c | 21 struct S2 { int i; float f; } x2; argument
|