/llvm-project/clang/test/Modules/ |
H A D | elaborated-type-specifier-from-hidden-module.m | 10 struct S3 { float y; }; // expected-error {{has incompatible definitions}} // expected-note {{field… argument 15 void useS1(struct S1 *x); 16 void useS2(struct S2 *x); 17 void useS2(struct S2 *x);
|
H A D | odr_hash-blocks.cpp | 71 struct S3 { struct 75 struct S3 { struct
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-aligned.cpp | 12 typedef struct __attribute__((aligned(4))) S3 { struct 14 } S3 __attribute__((aligned(8))); typedef
|
H A D | openmp_default_simd_align.cpp | 31 struct S3 { struct 37 static const int test11 = __builtin_omp_required_simd_align(decltype(S3::s2.x)); argument 38 …static const int test12 = __builtin_omp_required_simd_align(decltype(S3::s2.s)); // expected-error… argument
|
H A D | warn-dangling-field.cpp | 26 struct S3 { struct 28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator in S3() argument
|
H A D | alignof.cpp | 31 struct S3 { struct 37 static const int test11 = __alignof__(S3::s2.x); argument 38 …static const int test12 = __alignof__(S3::s2.s); // expected-error {{invalid application of '__ali… argument
|
H A D | complete-member-pointers.cpp | 13 struct S3 { struct 14 int T::*foo;
|
H A D | warn-bad-memaccess.cpp | 17 struct S3 { float x, y; S1 s[4]; void (*f)(S1**); } s3; argument
|
H A D | new-null.cpp | 32 struct S3 { struct 33 void *operator new(size_t n) { in operator new() 42 void *operator new[](size_t n) { in operator new[]()
|
H A D | namespace.cpp | 32 namespace S3 { namespace 45 namespace S3 { namespace 57 namespace S3 { namespace
|
/llvm-project/clang/test/OpenMP/ |
H A D | threadprivate_codegen.cpp | 60 struct S3 { struct 63 S3() in S3() argument 66 S3(int a) in S3() argument 69 S3(const S3 &s) { in S3() argument 72 ~S3() { in ~S3() argument [all...] |
H A D | target_map_names.cpp | 168 struct S3 { struct 169 S3() { in S3() argument 176 #pragma omp declare mapper(id: S3 s) map(s.Z[0:64]) argument
|
H A D | target_teams_shared_messages.cpp | 22 class S3 { class 25 S3():a(0) { } in S3() function in S3 26 S3(S3 &s3):a(s3.a) { } in S3() function in S3
|
/llvm-project/clang/test/Sema/ |
H A D | GH70594.cpp | 17 struct S3 : CA { struct 18 constexpr S3() : A() {} in S3() function
|
H A D | c2x-maybe_unused-errors.c | 9 struct [[maybe_unused("Wrong")]] S3 { // expected-error {{'maybe_unused' cannot have an argument li… struct 10 int a;
|
/llvm-project/clang/test/CodeGen/ |
H A D | pragma-pack-1.c | 27 struct S3 struct 29 char a[3]; 31 struct T3 35 } d; 37 struct T32 61 // CHECK: %struct.S3 = type { [3 x i8], i8, %struct.T3, %struct.T32 } argument
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | elaborated-type-structs.h | 3 struct S3 { int x; }; struct
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | override-bit-field-layout.cpp | 27 struct S3 { struct 34 struct S4 : S3 { argument
|
H A D | finegrain-bitfield-access.cpp | 131 struct S3 { struct 137 S3 a3; argument
|
H A D | regparm.cpp | 29 struct S3 { struct 34 __attribute((regparm(2))) void foo4(S3 a, int b); argument
|
H A D | warn-padded-bitfields.cpp | 13 struct S3 { struct 15 short b : 16; // expected-warning {{padding struct 'S3' with 15 bits to align 'b'}} argument 41 void f(S1, S2, S3, S4, S5, S6, S7){} in f() argument
|
H A D | override-layout-virtual-base.cpp | 14 struct S3 : S2 { struct 34 // CHECK: 0 | struct S3 argument
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringSwitch.h | 100 StringLiteral S3, T Value) { in Cases() 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() 173 StringLiteral S3, T Value) { in CasesLower() 178 StringLiteral S3, StringLiteral S4, T Value) { in CasesLower()
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
H A D | p2.cpp | 29 struct S3 { struct 33 constexpr S3(int n) : n(n) {} in S3() argument 36 constexpr S3 s3a = S3(0); argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | ImmutableSetTest.cpp | 64 ImmutableSet<int> S3 = f.add(S, 2); in TEST_F() local 83 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); in TEST_F() local 121 ImmutableSet<int> S3 = f.add(S2, 3); in TEST_F() local 144 ImmutableSet<long> S3 = f.add(f.add(f.add(S2, 3), 4), 5); in TEST_F() local
|