Home
last modified time | relevance | path

Searched defs:S4 (Results 1 – 25 of 162) sorted by relevance

1234567

/external/clang/test/SemaCXX/
Dwarn-dangling-field.cpp31 template <typename T> struct S4 { struct
33S4(int i) : x(i) {} // expected-warning {{binding reference member 'x' to stack allocated paramete… in S4() argument
36 template struct S4<int>; // no warning from this instantiation variable
37 template struct S4<int&>; // expected-note {{in instantiation}} variable
Derr_init_conversion_failed.cpp17 struct S4 { struct
18 S4() : x((void)0) {}; in S4() function
20 int x;
Dnew-null.cpp48 template<bool B> struct S4 { struct
53 template struct S4<true>; variable
54 template struct S4<false>; // expected-note {{in instantiation of}} variable
Dopenmp_default_simd_align.cpp43 struct S4 { struct
44 union {
47 static const int test0 = __builtin_omp_required_simd_align(decltype(x));
48 static const int test1 = __builtin_omp_required_simd_align(decltype(S0::x));
Dalignof.cpp45 struct S4 { struct
46 union {
49 static const int test0 = __alignof__(x);
50 static const int test1 = __alignof__(S0::x);
Dcxx11-crashes.cpp23 struct S4 { struct
24 S3 x; // expected-error {{incomplete type}}
25 S2 y;
Ddcl_ambig_res.cpp37 struct S4 { struct
40 S4<int()> x; //type-id argument
/external/clang/test/OpenMP/
Dthreadprivate_codegen.cpp84 struct S4 { struct
86 S4() in S4() argument
89 S4(int a) in S4() argument
92 S4(const S4 &s) { in S4() function
95 ~S4() { in ~S4() argument
Dparallel_sections_copyin_messages.cpp25 class S4 { class
31 S4(int v) : a(v) {} in S4() function in S4
Dparallel_for_simd_copyin_messages.cpp25 class S4 { class
31 S4(int v) : a(v) {} in S4() function in S4
Dparallel_copyin_messages.cpp23 class S4 { class
28 S4(int v):a(v) { } in S4() function in S4
Dparallel_for_copyin_messages.cpp25 class S4 { class
31 S4(int v) : a(v) {} in S4() function in S4
Dteams_private_messages.cpp28 class S4 { class
32 S4(int v):a(v) { } in S4() function in S4
Dparallel_private_messages.cpp28 class S4 { class
32 S4(int v):a(v) { } in S4() function in S4
Dtarget_parallel_shared_messages.cpp29 class S4 { class
34 S4(int v):a(v) { } in S4() function in S4
Dtask_private_messages.cpp30 class S4 { class
35 S4(int v) : a(v) {} in S4() function in S4
Dparallel_shared_messages.cpp29 class S4 { class
34 S4(int v):a(v) { } in S4() function in S4
Dteams_shared_messages.cpp29 class S4 { class
34 S4(int v):a(v) { } in S4() function in S4
/external/clang/test/CodeGen/
Dpragma-pack-1.c44 struct S4 struct
64 // CHECK: %struct.S4 = type { [3 x i8], %struct.T4, i32 } argument
Dmalign-double.cpp60 struct S4 { struct
66 unsigned S4_align = __alignof(struct S4); argument
/external/clang/test/Modules/Inputs/
Dredecl-merge-left.h52 struct S4 { struct
57 void consume_S4(struct S4*); argument
/external/clang/test/SemaTemplate/
Dself-comparison.cpp28 template <int A> struct S4 { struct
46 S4<1> s4; s4.foo<1>(); in test() argument
/external/clang/test/CXX/class/class.mem/
Dp1.cpp33 struct S4 struct
35 static int v3;
39 struct S4 struct
44 int S4::v4; //expected-note{{previous definition is here}} argument
/external/clang/test/CodeGenCXX/
Dwarn-padded-packed.cpp19 struct S4 { struct
20 int i; // expected-warning {{packed attribute is unnecessary for 'i'}}
21 char c;
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
/external/clang/test/SemaCUDA/
Dmethod-target.cu42 struct S4 { struct
46 __host__ __device__ void foo4(S4& s) { in foo4() argument

1234567