/llvm-project/clang/test/CodeGenObjC/ |
H A D | objc2-write-barrier-4.m | 11 typedef struct s0 { struct 12 A *a[4]; 13 } T; 17 void f0(id x) { 21 void f1(id x) { 25 void f2(unsigned idx)
|
H A D | objc2-assign-global.m | 18 typedef struct s0 { struct 19 A *a[4]; 20 } T; 35 #define ASSIGNTEST(expr, global) expr = rhs 38 int main(void) {
|
H A D | assign.m | 3 struct s0 { struct 10 @property struct s0 x2; argument
|
H A D | attr-strong.c | 3 struct s0 { struct 6 struct s0 * __attribute__((objc_gc(strong))) g0; argument
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
H A D | p10.cpp | 6 struct s0 { struct 7 mutable const int f0; // expected-error{{'mutable' and 'const' cannot be mixed}} 8 mutable T0 f1; // expected-error{{'mutable' and 'const' cannot be mixed}} 9 mutable int &f2; // expected-error{{'mutable' cannot be applied to references}} 10 mutable T1 f3; // expected-error{{'mutable' cannot be applied to references}} 11 mutable struct s1 {}; // expected-error{{'mutable' can only be applied to member variables}}
|
/llvm-project/clang/test/Sema/ |
H A D | pragma-pack-4.c | 7 struct s0 { struct 16 struct s0 b; argument
|
H A D | fpack-struct.c | 4 struct s0 { struct 9 int t0[sizeof(struct s0) == EXPECTED_STRUCT_SIZE ?: -1]; argument
|
H A D | align-arm-apcs.c | 4 struct s0 { double f0; int f1; }; argument
|
H A D | pragma-pack-3.c | 23 struct s0 { struct 27 int a[sizeof(struct s0) == 3 ? 1 : -1]; argument
|
H A D | pragma-pack-5.c | 9 struct s0 { struct 14 extern int check[sizeof(struct s0) == 6 ? 1 : -1]; argument
|
H A D | pragma-align-packed.c | 5 struct s0 { struct 9 extern int a[sizeof(struct s0) == 5 ? 1 : -1]; argument
|
H A D | pragma-pack-and-options-align.c | 6 struct s0 { struct 10 extern int a[sizeof(struct s0) == 5 ? 1 : -1]; argument
|
H A D | arm-layout.c | 7 struct s0 { char field0; double field1; }; argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | pragma-pack-2.c | 10 struct s0 { struct 19 struct s0 b; argument
|
H A D | bitfield-assign.c | 16 struct s0 { struct 25 struct s0 s; in f0() argument
|
H A D | cleanup-stack.c | 4 struct s0 { struct 9 static void f0(struct s0 *p) { in f0() argument
|
H A D | 2008-07-30-implicit-initialization.c | 9 struct s0 { struct 14 struct s0 x = {0}; in f0() argument
|
H A D | openmp_default_simd_align.c | 4 struct s0 { struct 9 return __builtin_omp_required_simd_align(struct s0); in f0() argument
|
H A D | alignof.c | 5 struct s0 { struct 9 struct s0 t1_tmp; argument
|
H A D | PR3613-static-decl.c | 4 struct s0 { struct 8 static struct s0 g0; argument
|
H A D | bitfield.c | 5 struct s0 { in f0() struct 6 int a : 30; in f0() 7 int b : 2; in f0() 8 long long c : 31; in f0()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | alloca-align.cpp | 3 struct s0 { struct 10 // CHECK: alloca %struct.s0, align 16 argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | value-dependent-exprs.cpp | 13 struct s0 { struct in C0 14 int a : I; 15 int b[I];
|
/llvm-project/clang/lib/Headers/ |
H A D | velintrin_approx.h | 13 float s0; in _vel_approx_vfdivs_vvvl() local 28 float s0; in _vel_approx_pvfdiv_vvvl() local 42 static inline __vr _vel_approx_vfdivs_vsvl(float s0, __vr v0, int l) { in _vel_approx_vfdivs_vsvl() 57 static inline __vr _vel_approx_vfdivs_vvsl(__vr v0, float s0, int l) { in _vel_approx_vfdivs_vvsl() 67 static inline __vr _vel_approx_vfdivd_vsvl(double s0, __vr v0, int l) { in _vel_approx_vfdivd_vsvl() 85 double s0, s1; in _vel_approx_vfsqrtd_vvl() local 102 float s0, s1; in _vel_approx_vfsqrts_vvl() local
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | x86_32-arguments-realign.c | 7 struct s0 { long double a; }; struct
|