Home
last modified time | relevance | path

Searched refs:__complex__ (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dsparcv8-abi.c4 float __complex__
5 p (float __complex__ a, float __complex__ b) in p()
10 double __complex__
11 q (double __complex__ a, double __complex__ b) in q()
16 long long __complex__
17 r (long long __complex__ a, long long __complex__ b) in r()
H A Dve-abi.c78 float __complex__ fun_fcomplex(float __complex__ a, float __complex__ b) { in fun_fcomplex()
83 double __complex__ fun_dcomplex(double __complex__ a, double __complex__ b) { in fun_dcomplex()
88 long double __complex__ fun_qcomplex(long double __complex__ a, long double __complex__ b) { in fun_qcomplex()
H A Dcomplex.c41 __complex__ int ci1, ci2;
42 __complex__ short cs;
69 __complex__ long long v = 2; in t3()
96 __complex__ int *x = &(__complex__ int){1}; in t8()
H A Dmandel.c31 volatile double __complex__ accum;
37 double __complex__ c = (START_X+x*step_X) + (START_Y+y*step_Y) * I; in mandel()
38 double __complex__ z = 0.0; in mandel()
H A Darm-aapcs-vfp.c50 extern void complex_callee(__complex__ double);
53 void test_complex(__complex__ double cd) { in test_complex()
58 extern void complex_long_callee(__complex__ long double);
60 void test_complex_long(__complex__ long double cd) { in test_complex_long()
H A Dcomplex-indirect.c8 void a(int,int,int,int,int,int,__complex__ char);
9 void b(__complex__ char *y) { a(0,0,0,0,0,0,*y); } in b()
H A D2003-11-20-ComplexDivision.c4 __complex__ double C; in test()
H A D2004-03-07-ComplexDivEquals.c4 void test(__complex__ double D, double X) { in test()
/llvm-project-15.0.7/clang/test/CodeGen/RISCV/
H A Driscv64-lp64f-lp64d-abi.c151 void f_floatcomplex(float __complex__ a) {} in f_floatcomplex()
154 float __complex__ f_ret_floatcomplex(void) { in f_ret_floatcomplex()
158 struct floatcomplex_s { float __complex__ c; };
172 void f_floatcomplex_insufficient_fprs1(float __complex__ a, float __complex__ b, in f_floatcomplex_insufficient_fprs1()
173 float __complex__ c, float __complex__ d, in f_floatcomplex_insufficient_fprs1()
174 float __complex__ e) {} in f_floatcomplex_insufficient_fprs1()
186 float __complex__ b, float __complex__ c, in f_floatcomplex_insufficient_fprs2()
187 float __complex__ d, float __complex__ e) {} in f_floatcomplex_insufficient_fprs2()
H A Driscv64-lp64-abi.c38 void f_floatcomplex(float __complex__ a) {} in f_floatcomplex()
41 float __complex__ f_ret_floatcomplex(void) { in f_ret_floatcomplex()
45 struct floatcomplex_s { float __complex__ c; };
H A Driscv32-ilp32d-abi.c158 void f_doublecomplex(double __complex__ a) {} in f_doublecomplex()
161 double __complex__ f_ret_doublecomplex(void) { in f_ret_doublecomplex()
165 struct doublecomplex_s { double __complex__ c; };
303 double __complex__ f_ret_doublecomplex_double_int32_s_just_sufficient_gprs( in f_ret_doublecomplex_double_int32_s_just_sufficient_gprs()
H A Driscv64-lp64d-abi.c158 void f_doublecomplex(double __complex__ a) {} in f_doublecomplex()
161 double __complex__ f_ret_doublecomplex(void) { in f_ret_doublecomplex()
165 struct doublecomplex_s { double __complex__ c; };
H A Driscv32-ilp32f-ilp32d-abi.c151 void f_floatcomplex(float __complex__ a) {} in f_floatcomplex()
154 float __complex__ f_ret_floatcomplex(void) { in f_ret_floatcomplex()
158 struct floatcomplex_s { float __complex__ c; };
/llvm-project-15.0.7/clang/test/Sema/
H A Dcomplex-int.c4 __complex__ int arr; in a()
5 __complex__ short brr; in a()
6 __complex__ unsigned xx; in a()
7 __complex__ signed yy; in a()
8 __complex__ int result; in a()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcomplex.c23 void complexFloat(__complex__ float f) { in complexFloat()
34 void complexInt(__complex__ int f) { in complexInt()
H A Dcxx-uninitialized-object.cpp1166 __complex__ float x;
1167 __complex__ int y;
1175 __complex__ float x;
1176 __complex__ int y;
H A Dmisc-ps-region-store.cpp697 typedef __complex__ float _ComplexT;
/llvm-project-15.0.7/clang/test/CodeGen/CSKY/
H A Dcsky-soft-abi.c181 void f_doublecomplex(double __complex__ a) {} in f_doublecomplex()
184 double __complex__ f_ret_doublecomplex(void) { in f_ret_doublecomplex()
189 double __complex__ c;
355 double __complex__ f_ret_doublecomplex_double_int32_s_just_sufficient_gprs( in f_ret_doublecomplex_double_int32_s_just_sufficient_gprs()
H A Dcsky-hard-abi.c180 void f_doublecomplex(double __complex__ a) {} in f_doublecomplex()
183 double __complex__ f_ret_doublecomplex(void) { in f_ret_doublecomplex()
188 double __complex__ c;
354 double __complex__ f_ret_doublecomplex_double_int32_s_just_sufficient_gprs( in f_ret_doublecomplex_double_int32_s_just_sufficient_gprs()
/llvm-project-15.0.7/lldb/examples/python/
H A Dsbvalue.py252 def __complex__(self): member in variable
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig484 def __complex__(self):
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def641 ALIAS("__complex__" , _Complex , KEYALL)