Home
last modified time | relevance | path

Searched defs:S2 (Results 1 – 25 of 104) sorted by relevance

12345

/external/clang/test/Preprocessor/
Dpragma_diagnostic_sections.cpp59 struct S2 { struct
61 S2() : in S2() argument
/external/llvm/include/llvm/ADT/
DSetOperations.h23 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/
Dalignof.cpp16 struct S2 { struct
25 const int test6 = __alignof__(S2::x); argument
Dwarn-dangling-field.cpp21 struct S2 { struct
23 S2(int i) : x(i) {} // expected-warning {{binding reference member 'x' to a temporary}} in S2() argument
Dfunction-extern-c.cpp22 struct S2 { struct
32 extern "C" S2 f5( void ); argument
Dptrtomember.cpp14 struct S2 { struct
18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} argument
Dwarn-unused-variables.cpp94 struct S2 { struct
95 S2() { in S2() function
122 struct S2 { struct
Dnamespace.cpp24 namespace S2 { namespace
37 namespace S2 { namespace
50 namespace S2 { namespace
Dwarn-func-as-bool.cpp11 struct S2 { struct
Dwarn-bad-memaccess.cpp15 struct S2 { int x; } s2; struct
/external/llvm/unittests/ADT/
DImmutableSetTest.cpp55 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/Modules/Inputs/
Dredecl-merge-left.h19 struct S2 { struct
24 void consume_S2(struct S2*); argument
/external/clang/test/CodeGenCXX/
Dexception-spec-decay.cpp17 struct S2 { struct
29 S2 <int[10]> s2; in main() argument
Dregparm.cpp19 struct S2 { struct
23 void __attribute__((regparm(3))) foo3(struct S2 a, int b); argument
Dwarn-padded-packed.cpp9 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/Index/
Dindex-refs.cpp64 struct S2 { struct
69 struct S2 s = { .y = 1, .x = 4}; in foo5() argument
/external/clang/test/Index/Inputs/
Dt1.c15 struct S2 { struct
22 ((struct S2 *)0)->x = 0; in field_test() argument
/external/stlport/test/unit/
Dmfunptr_test.cpp41 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/CodeGen/
Dstdcall-fastcall.c84 struct S2 { struct
89 void __attribute__((fastcall)) foo5(struct S2 y); argument
/external/clang/test/SemaTemplate/
Dself-comparison.cpp14 template <int A, int B> struct S2 { struct
15 template <typename T> T foo() { in foo()
/external/clang/test/OpenMP/
Dparallel_private_messages.cpp12 class S2 { class
15 S2():a(0) { } in S2() function in S2
/external/clang/test/Analysis/
Dreference.cpp74 struct S2 { struct
75 int (&x)[1];
77 int *m() { return x; } in m()
79 void testArrayToPointerDecayWithNonTypedValueRegion() { in testArrayToPointerDecayWithNonTypedValueRegion()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp3-0x.cpp28 struct S2 { struct
29 int m1;
30 double m2, m3;
/external/clang/test/CXX/class/class.mem/
Dp1.cpp24 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/
Dp3.cpp21 struct S2 { struct

12345