Home
last modified time | relevance | path

Searched defs:fv (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/test/Sema/
H A Doverloadable-complex.c4 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 Doverloadable.c16 void test_f(int iv, float fv, double dv) { in test_f()
/llvm-project/clang/test/SemaCXX/
H A Dcomplex-overload.cpp4 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 Doverload-call.cpp9 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 Dcxx1y-init-captures.cpp6 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 Dp21.cpp32 int fv = f(g); // okay variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dbasic.cpp14 void test_f1(int *ip, float fv) { in test_f1()
/llvm-project/clang/test/CodeGen/
H A Doverloadable.c21 float fv = 3.0f; in main() local
/llvm-project/clang/test/OpenMP/
H A Datomic_compare_codegen.cpp2212 float fx, fv, fe, fd; in bar() local
13426 float fx, fv, fe, fd; in fxevd() local
H A Datomic_capture_codegen.cpp33 float fv, fx; variable
H A Datomic_read_codegen.c25 float fv, fx; variable
H A Datomic_write_codegen.c25 float fv, fx; variable
H A Datomic_update_codegen.cpp24 float fv, fx; variable
/llvm-project/libc/AOR_v20.02/math/test/
H A Dulp.c237 static const float fv[2] = {1.0f, -INFINITY}; variable