Home
last modified time | relevance | path

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

12345678910>>...14

/llvm-project/clang/test/AST/
H A Dast-dump-APValue-struct.cpp49 struct S4 : S0 { struct
56 struct S5 : S4 { argument
/llvm-project/clang/test/CodeGenCXX/
H A Dfinegrain-bitfield-type.cpp10 struct S4 { struct
15 struct S4 a4; argument
H A Dwarn-padded-bitfields.cpp18 struct [[gnu::packed]] S4 { struct
41 void f(S1, S2, S3, S4, S5, S6, S7){} in f() argument
H A Dubsan-new-checks.cpp17 struct S4 : public S3 { struct
18 S4() : S3() {} in S4() argument
H A Doverride-bit-field-layout.cpp34 struct S4 : S3 { struct
42 S4 s4s[sizeof(S4)]; in use_structs() argument
/llvm-project/clang/test/SemaCXX/
H A 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() function
36 template struct S4<int>; // no warning from this instantiation variable
37 template struct S4<int&>; // expected-note {{in instantiation}} variable
H A 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
H A Derr_init_conversion_failed.cpp17 struct S4 { struct
18 S4() : x((void)0) {}; in S4() argument
20 int x;
H A 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));
H A Dalignof.cpp43 struct S4 { struct
44 union {
47 static const int test0 = __alignof__(x);
48 static const int test1 = __alignof__(S0::x);
H A Ddcl_ambig_res.cpp37 struct S4 { struct
40 S4<int()> x; //type-id argument
H A Dcxx11-crashes.cpp22 struct S4 { struct
23 S3 x; // expected-error {{incomplete type}}
24 S2 y;
/llvm-project/clang/test/OpenMP/
H A Dthreadprivate_codegen.cpp77 struct S4 { struct
79 S4() in S4() argument
82 S4(int a) in S4() argument
85 S4(const S4 &s) { in S4() argument
88 ~S4() { in ~S4() argument
[all...]
H A Dparallel_sections_copyin_messages.cpp27 class S4 { class
33 S4(int v) : a(v) {} in S4() function in S4
H A Dparallel_for_simd_copyin_messages.cpp27 class S4 { class
33 S4(int v) : a(v) {} in S4() function in S4
/llvm-project/clang/test/CodeGen/
H A Dpragma-pack-1.c44 struct S4 struct
64 // CHECK: %struct.S4 = type { [3 x i8], %struct.T4, i32 } argument
H A Dmalign-double.cpp60 struct S4 { struct
66 unsigned S4_align = __alignof(struct S4); argument
H A Darm-vfp16-arguments2.cpp31 struct S4 : B1 { struct
55 // CHECK-SOFT: define{{.*}} void @_Z2f42S4(ptr dead_on_unwind noalias writable writeonly sret(%struct.S4) align 8 captures(none) initializes((0, 16)) %agg.result, [2 x i64] %s4.coerce) argument
/llvm-project/clang/test/Modules/Inputs/
H A Dredecl-merge-left.h52 struct S4 { struct
57 void consume_S4(struct S4*); argument
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-requires-clause.cpp77 struct S4 { struct
83 static_assert((S4<int>{}.foo<int>(), S4<int>{}.goo(), true)); argument
H A Dself-comparison.cpp28 template <int A> struct S4 { struct
46 S4<1> s4; s4.foo<1>(); in test() argument
/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h105 StringLiteral S3, StringLiteral S4, T Value) { in Cases()
110 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases()
116 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases()
122 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases()
128 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases()
135 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases()
178 StringLiteral S3, StringLiteral S4, T Value) { in CasesLower()
/llvm-project/clang/test/CXX/class/class.mem/
H A Dp1.cpp33 struct S4 struct
35 static int v3;
39 struct S4 struct
44 int S4::v4; //expected-note{{previous definition is here}} argument
/llvm-project/clang/test/Sema/
H A Dc2x-nodiscard.c23 struct [[nodiscard]] S4 { struct
26 struct S4 get_s(void); argument
/llvm-project/clang/test/InterfaceStubs/
H A Dusings.cpp12 typedef struct {} S4; typedef

12345678910>>...14