Home
last modified time | relevance | path

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

1234

/external/clang/test/Preprocessor/
Dpragma_diagnostic_sections.cpp59 struct S2 { struct
61 S2() : in S2() function
/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/
Dwarn-dangling-field.cpp21 struct S2 { struct
23 S2(int i) : x(i) {} // expected-warning {{binding reference member 'x' to a temporary}} in S2() function
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
Dnamespace.cpp24 namespace S2 { namespace
37 namespace S2 { namespace
50 namespace S2 { namespace
Dwarn-func-as-bool.cpp11 struct S2 { struct
Dwarn-unused-variables.cpp102 struct S2 { struct
103 S2() { in S2() function
Dwarn-bad-memaccess.cpp10 struct S2 { int x; } s2; argument
Dwarn-unused-filescoped.cpp47 struct S2 { struct
48 static int x; // expected-warning{{unused}}
/external/clang/test/Modules/Inputs/
Dredecl-merge-left.h19 struct S2 { struct
24 void consume_S2(struct S2*); argument
/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/Index/Inputs/
Dt1.c15 struct S2 { struct
22 ((struct S2 *)0)->x = 0; in field_test() argument
/external/clang/test/Index/
Dindex-refs.cpp64 struct S2 { struct
69 struct S2 s = { .y = 1, .x = 4}; in foo5() argument
Dannotate-tokens.cpp17 struct S2 { S1 *operator->(); }; struct
/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/SemaTemplate/
Dself-comparison.cpp14 template <int A, int B> struct S2 { struct
15 template <typename T> T foo() { in foo()
/external/clang/test/Analysis/
Dreference.cpp74 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/
Dp3-0x.cpp28 struct S2 { struct
29 int m1;
30 double m2, m3;
/external/clang/test/CodeGenCXX/
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/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.cpp20 struct S2 { struct
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp19 struct S2 { struct
23 NoCopyMove ncm;
/external/clang/test/Sema/
DMicrosoftCompatibility.c19 struct __declspec(aligned) S2 {}; /* expected-warning {{unknown __declspec attribute 'aligned' igno… struct
/external/clang/test/ASTMerge/Inputs/
Dstruct1.c21 struct S2 { int i; float f; } x2; argument

1234