/llvm-project/clang/test/AST/ |
H A D | ast-dump-APValue-struct.cpp | 49 struct S4 : S0 { struct 56 struct S5 : S4 { argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | finegrain-bitfield-type.cpp | 10 struct S4 { struct 15 struct S4 a4; argument
|
H A D | warn-padded-bitfields.cpp | 18 struct [[gnu::packed]] S4 { struct 41 void f(S1, S2, S3, S4, S5, S6, S7){} in f() argument
|
H A D | ubsan-new-checks.cpp | 17 struct S4 : public S3 { struct 18 S4() : S3() {} in S4() argument
|
H A D | override-bit-field-layout.cpp | 34 struct S4 : S3 { struct 42 S4 s4s[sizeof(S4)]; in use_structs() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-dangling-field.cpp | 31 template <typename T> struct S4 { struct 33 …S4(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 D | new-null.cpp | 48 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 D | err_init_conversion_failed.cpp | 17 struct S4 { struct 18 S4() : x((void)0) {}; in S4() argument 20 int x;
|
H A D | openmp_default_simd_align.cpp | 43 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 D | alignof.cpp | 43 struct S4 { struct 44 union { 47 static const int test0 = __alignof__(x); 48 static const int test1 = __alignof__(S0::x);
|
H A D | dcl_ambig_res.cpp | 37 struct S4 { struct 40 S4<int()> x; //type-id argument
|
H A D | cxx11-crashes.cpp | 22 struct S4 { struct 23 S3 x; // expected-error {{incomplete type}} 24 S2 y;
|
/llvm-project/clang/test/OpenMP/ |
H A D | threadprivate_codegen.cpp | 77 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 D | parallel_sections_copyin_messages.cpp | 27 class S4 { class 33 S4(int v) : a(v) {} in S4() function in S4
|
H A D | parallel_for_simd_copyin_messages.cpp | 27 class S4 { class 33 S4(int v) : a(v) {} in S4() function in S4
|
/llvm-project/clang/test/CodeGen/ |
H A D | pragma-pack-1.c | 44 struct S4 struct 64 // CHECK: %struct.S4 = type { [3 x i8], %struct.T4, i32 } argument
|
H A D | malign-double.cpp | 60 struct S4 { struct 66 unsigned S4_align = __alignof(struct S4); argument
|
H A D | arm-vfp16-arguments2.cpp | 31 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 D | redecl-merge-left.h | 52 struct S4 { struct 57 void consume_S4(struct S4*); argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-requires-clause.cpp | 77 struct S4 { struct 83 static_assert((S4<int>{}.foo<int>(), S4<int>{}.goo(), true)); argument
|
H A D | self-comparison.cpp | 28 template <int A> struct S4 { struct 46 S4<1> s4; s4.foo<1>(); in test() argument
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringSwitch.h | 105 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 D | p1.cpp | 33 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 D | c2x-nodiscard.c | 23 struct [[nodiscard]] S4 { struct 26 struct S4 get_s(void); argument
|
/llvm-project/clang/test/InterfaceStubs/ |
H A D | usings.cpp | 12 typedef struct {} S4; typedef
|