Home
last modified time | relevance | path

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

123456789

/external/clang/test/Preprocessor/
Dpragma_diagnostic_sections.cpp59 struct S2 { struct
61 S2() : in S2() argument
/external/clang/test/OpenMP/
Dthreadprivate_codegen.cpp50 struct S2 { struct
53 S2() in S2() argument
56 S2(int a) in S2() argument
59 S2(const S2 &s) { in S2() argument
62 ~S2() { in ~S2() argument
Dteams_shared_messages.cpp12 class S2 { class
15 S2():a(0) { } in S2() function in S2
16 S2(S2 &s2):a(s2.a) { } in S2() function in S2
Dparallel_shared_messages.cpp12 class S2 { class
15 S2():a(0) { } in S2() function in S2
16 S2(S2 &s2):a(s2.a) { } in S2() function in S2
Dparallel_sections_shared_messages.cpp12 class S2 { class
16 S2() : a(0) {} in S2() function in S2
17 S2(S2 &s2) : a(s2.a) {} in S2() function in S2
Dtask_shared_messages.cpp12 class S2 { class
16 S2() : a(0) {} in S2() function in S2
17 S2(S2 &s2) : a(s2.a) {} in S2() function in S2
/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/Modules/
Delaborated-type-specifier-from-hidden-module.m6 struct S2 *y; struct
8 struct S2 { int x; }; // expected-error {{redefinition}} argument
/external/clang/test/SemaCXX/
Dnew-null.cpp17 struct S2 { struct
18 static size_t x;
19 void *operator new(size_t n) throw() { in operator new()
22 void *operator new[](size_t n) { in operator new[]()
Dopenmp_default_simd_align.cpp14 struct S2 { struct
23 const int test6 = __builtin_omp_required_simd_align(decltype(S2::x)); argument
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() function
Dfunction-extern-c.cpp22 struct S2 { struct
32 extern "C" S2 f5( void ); argument
Dattr-aligned.cpp8 typedef struct __attribute__((aligned(8))) S2 { char c; } AS; struct
Dptrtomember.cpp14 struct S2 { struct
18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} argument
Dnamespace.cpp30 namespace S2 { namespace
43 namespace S2 { namespace
56 namespace S2 { namespace
/external/clang/test/Modules/Inputs/
Delaborated-type-structs.h2 struct S2 { int x; }; struct
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/CodeGenCXX/
Dexception-spec-decay.cpp17 struct S2 { struct
29 S2 <int[10]> s2; in main() 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/clang/test/SemaCUDA/
Dmethod-target.cu19 struct S2 { struct
24 __device__ void foo2(S2& s, int i, float f) { in foo2() argument
/external/clang/test/ARCMT/
Dobjcmt-designated-initializer.m32 @interface S2 : B2 interface
36 @implementation S2 implementation
/external/clang/test/CodeGen/
Dstdcall-fastcall.c84 struct S2 { struct
89 void __attribute__((fastcall)) foo5(struct S2 y); argument

123456789