Home
last modified time | relevance | path

Searched defs:s0 (Results 1 – 25 of 143) sorted by relevance

123456

/llvm-project/clang/test/CodeGenObjC/
H A Dobjc2-write-barrier-4.m11 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 Dobjc2-assign-global.m18 typedef struct s0 { struct
19 A *a[4];
20 } T;
35 #define ASSIGNTEST(expr, global) expr = rhs
38 int main(void) {
H A Dassign.m3 struct s0 { struct
10 @property struct s0 x2; argument
H A Dattr-strong.c3 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 Dp10.cpp6 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 Dpragma-pack-4.c7 struct s0 { struct
16 struct s0 b; argument
H A Dfpack-struct.c4 struct s0 { struct
9 int t0[sizeof(struct s0) == EXPECTED_STRUCT_SIZE ?: -1]; argument
H A Dalign-arm-apcs.c4 struct s0 { double f0; int f1; }; argument
H A Dpragma-pack-3.c23 struct s0 { struct
27 int a[sizeof(struct s0) == 3 ? 1 : -1]; argument
H A Dpragma-pack-5.c9 struct s0 { struct
14 extern int check[sizeof(struct s0) == 6 ? 1 : -1]; argument
H A Dpragma-align-packed.c5 struct s0 { struct
9 extern int a[sizeof(struct s0) == 5 ? 1 : -1]; argument
H A Dpragma-pack-and-options-align.c6 struct s0 { struct
10 extern int a[sizeof(struct s0) == 5 ? 1 : -1]; argument
H A Darm-layout.c7 struct s0 { char field0; double field1; }; argument
/llvm-project/clang/test/CodeGen/
H A Dpragma-pack-2.c10 struct s0 { struct
19 struct s0 b; argument
H A Dbitfield-assign.c16 struct s0 { struct
25 struct s0 s; in f0() argument
H A Dcleanup-stack.c4 struct s0 { struct
9 static void f0(struct s0 *p) { in f0() argument
H A D2008-07-30-implicit-initialization.c9 struct s0 { struct
14 struct s0 x = {0}; in f0() argument
H A Dopenmp_default_simd_align.c4 struct s0 { struct
9 return __builtin_omp_required_simd_align(struct s0); in f0() argument
H A Dalignof.c5 struct s0 { struct
9 struct s0 t1_tmp; argument
H A DPR3613-static-decl.c4 struct s0 { struct
8 static struct s0 g0; argument
H A Dbitfield.c5 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 Dalloca-align.cpp3 struct s0 { struct
10 // CHECK: alloca %struct.s0, align 16 argument
/llvm-project/clang/test/SemaCXX/
H A Dvalue-dependent-exprs.cpp13 struct s0 { struct in C0
14 int a : I;
15 int b[I];
/llvm-project/clang/lib/Headers/
H A Dvelintrin_approx.h13 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 Dx86_32-arguments-realign.c7 struct s0 { long double a; }; struct

123456