Home
last modified time | relevance | path

Searched defs:a0 (Results 1 – 25 of 98) sorted by relevance

1234

/llvm-project/clang/test/CodeGen/
H A Dbitfield-2.c24 int f0_load(struct s0 *a0) { in f0_load()
28 int f0_store(struct s0 *a0) { in f0_store()
31 int f0_reload(struct s0 *a0) { in f0_reload()
70 int f1_load(struct s1 *a0) { in f1_load()
74 int f1_store(struct s1 *a0) { in f1_store()
77 int f1_reload(struct s1 *a0) { in f1_reload()
113 int f2_load(union u2 *a0) { in f2_load()
116 int f2_store(union u2 *a0) { in f2_store()
119 int f2_reload(union u2 *a0) { in f2_reload()
146 int f3_load(struct s3 *a0) { in f3_load()
[all …]
H A Darm-vector-arguments.c13 int8x16x2_t f0(int8x16_t a0, int8x16_t a1) { in f0()
25 T_float32x2 f1_0(T_float32x2 a0) { return a0; } in f1_0()
27 T_float32x4 f1_1(T_float32x4 a0) { return a0; } in f1_1()
29 T_float32x8 f1_2(T_float32x8 a0) { return a0; } in f1_2()
31 T_float32x16 f1_3(T_float32x16 a0) { return a0; } in f1_3()
H A Dmips64-padding-arg.c18 void foo1(int a0, S0 a1, S0 a2, int b, S0 a3) { in foo1()
30 void foo3(int a0, long double a1) { in foo3()
42 S0 foo5(long double a0) { in foo5()
53 void foo7(float a0, double a1) { in foo7()
H A Dtransparent-union.c33 void f1_0(int *a0) { in f1_0()
39 void f1_1(int *a0) { in f1_1()
H A Dwindows-struct-abi.c11 void receive_f1(struct f1 a0) { } in receive_f1()
24 void receive_f2(struct f2 a0) { } in receive_f2()
39 void receive_f4(struct f4 a0) { } in receive_f4()
H A Dlibcalls.c8 void test_sqrt(float a0, double a1, long double a2) { in test_sqrt() argument
37 void test_pow(float a0, double a1, long double a2) { in test_pow() argument
60 void test_fma(float a0, double a1, long double a2) { in test_fma() argument
H A Dmips64-class-return.cpp38 void foo3(D2 a0) { in foo3()
43 void foo4(D0 a0) { in foo4()
H A Daarch64-arguments-hfa-v3.c
H A Dasm-variable.c3 unsigned long long foo(unsigned long long addr, unsigned long long a0, in foo()
29 unsigned long long foo2(unsigned long long addr, double a0, in foo2()
H A Dmips-byval-arg.c13 void foo1(S0 a0) { in foo1()
H A D_Bool-conversion.c7 static _Bool f0_0(void *a0) { return (_Bool) a0; } in f0_0()
/llvm-project/libc/src/__support/FPUtil/
H A DPolyEval.h28 polyeval(const T &,const T & a0) polyeval() argument
34 polyeval(T,T a0) polyeval() argument
40 polyeval(const T & x,const T & a0,const Ts &...a) polyeval() argument
46 polyeval(T x,T a0,Ts...a) polyeval() argument
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp2.cpp10 A<int> a0 = f0(arr0); in test_f0_bullet1() local
20 A<int(int, int)> a0 = f0(g0); in test_f0_bullet2() local
31 A<X> a0 = f1(get_X()); in test_f1_bullet3() local
H A Dp3.cpp9 A<int> a0 = f0(i); in test_f0() local
18 A<int> a0 = f1(i); in test_f1() local
48 A<int> a0 = f2(i); in test_f2() local
71 A<int> a0 = f3(ip); in test_f3() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-cast-qual.cpp27 const int &a0 = a; // no warning in foo_0() local
42 volatile int &a0 = a; // no warning in foo_1() local
57 const volatile int &a0 = a; // no warning in foo_2() local
73 …int **a0 = (int **)((const int **)a); // expected-warning {{cast from 'const int *' to 'int *' dro… in bar_0() local
87 …int *&a0 = (int *&)((const int *&)a); // expected-warning {{cast from 'const int *' to 'int *' dro… in bar_1() local
/llvm-project/clang/test/CodeGen/avr/
H A Dreturn-value.c22 struct s10 a0; in foo10() local
27 struct s06 a0; in foo06() local
32 struct s04 a0; in foo04() local
/llvm-project/clang/test/Lexer/
H A Dc2x_digit_separators.c8 int a0 = 123'; //'; // expected-error {{expected ';'}} variable
/llvm-project/clang/test/Sema/
H A Dweak-import-on-enum.c6 a0 enumerator
H A DPR2919-builtin-types-compat-strips-crv.c7 int a0[__builtin_types_compatible_p(T0, variable
/llvm-project/clang/test/CXX/expr/
H A Dp8.cpp4 int a0; variable
/llvm-project/clang/test/CodeGen/X86/
H A Dx86_32-arguments-realign.c8 void f0(struct s0 a0) { in f0()
H A Dx86_64-arguments-nacl.c34 void f6(char a0, short a1, int a2, long long a3, void *a4) { in f6()
44 void f8_2(union u8 a0) {} in f8_2()
51 void f10(struct s10 a0) {} in f10()
60 void f12_1(struct s12 a0) {} in f12_1()
/llvm-project/clang/test/CodeGenCXX/
H A Dtemplate-anonymous-union-member-initializer.cpp11 A<int> a0; variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp1.cpp10 A<int> a0 = make< A<int> >(); in test_make() local
/llvm-project/flang/test/Semantics/
H A Dassign10.f904 real :: a0, global() variable

1234