/llvm-project/clang/test/Sema/ |
H A D | overloadable-complex.c | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
|
H A D | overloadable.c | 16 void test_f(int iv, float fv, double dv) { in test_f()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | complex-overload.cpp | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() 15 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() 24 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
|
H A D | overload-call.cpp | 9 void test_f(int iv, float fv) { in test_f() 20 void test_g(int iv, float fv) { in test_g() 33 void test_h(float fv, unsigned char cv) { in test_h()
|
H A D | cxx1y-init-captures.cpp | 6 template<class ... Ts> char fv(Ts ... ts) { return 0; } in fv() function
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
H A D | p21.cpp | 32 int fv = f(g); // okay variable
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A D | basic.cpp | 14 void test_f1(int *ip, float fv) { in test_f1()
|
/llvm-project/clang/test/CodeGen/ |
H A D | overloadable.c | 21 float fv = 3.0f; in main() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | atomic_compare_codegen.cpp | 2212 float fx, fv, fe, fd; in bar() local 13426 float fx, fv, fe, fd; in fxevd() local
|
H A D | atomic_capture_codegen.cpp | 33 float fv, fx; variable
|
H A D | atomic_read_codegen.c | 25 float fv, fx; variable
|
H A D | atomic_write_codegen.c | 25 float fv, fx; variable
|
H A D | atomic_update_codegen.cpp | 24 float fv, fx; variable
|
/llvm-project/libc/AOR_v20.02/math/test/ |
H A D | ulp.c | 237 static const float fv[2] = {1.0f, -INFINITY}; variable
|