Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 25 of 31) sorted by relevance

12

/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()
33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert()
41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
/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()
34 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert()
42 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
H A Dcxx1y-generic-lambdas.cpp51 char (*fc)(char) = L; in test() local
62 char (*fc)(char) = L; //expected-error{{no viable conversion}} in test() local
74 char (*fc)(char) = L('a'); in test() local
89 char* (*fc)(char) = L('a'); in test() local
102 char* (*fc)(char) = L('a'); in test() local
159 char (*fc)(cha in test() local
170 char (*fc)(char) = L; //expected-error{{no viable conversion}} test() local
777 char (*fc)(char) = L('a'); test() local
[all...]
H A Dreturn-noreturn.cpp242 FatalCopy fc; in baz() local
H A Dconditional-expr.cpp289 fa, fb, fc, fd, fe, ff enumerator
/llvm-project/lldb/test/Shell/Register/Core/Inputs/
H A Dmultithread.cpp16 void fcommon(uint32_t a, uint32_t b, uint32_t c, uint32_t d, double fa, double fb, double fc, doubl… in fcommon()
31 volatile double fc = 8.0; in f1() local
46 volatile double fc = 9.0; in f2() local
60 volatile double fc = 15.0; in f3() local
/llvm-project/clang/test/C/C11/
H A Dn1460.c19 float _Complex fc; variable
24 float _Complex fc; variable
/llvm-project/clang/test/OpenMP/
H A Dtarget_map_codegen_11.cpp49 float _Complex fc = (float)a; in implicit_maps_float_complex() local
/llvm-project/clang/test/CodeGen/
H A Dcomplex-builtins-3.c26 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
H A Dbig-atomic-ops.c151 _Complex float fc(_Atomic(_Complex float) *c) { in fc() function
/llvm-project/clang/test/Headers/
H A Dtgmath.c10 float complex fc; variable
/llvm-project/libcxx/test/std/numerics/complex.number/complex.member.ops/
H A Dplus_equal_complex.pass.cpp43 std::complex<float> fc (1,1); in test() local
H A Dtimes_equal_complex.pass.cpp43 std::complex<float> fc (1,1); in test() local
H A Ddivide_equal_complex.pass.cpp44 std::complex<float> fc (1,1); in test() local
H A Dminus_equal_complex.pass.cpp43 std::complex<float> fc (1,1); in test() local
/llvm-project/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text()
/llvm-project/clang/test/CodeGen/RISCV/
H A Driscv32-ilp32d-abi.cpp36 struct empty_complex_f { struct {}; float _Complex fc; }; member
44 struct empty_complex_d { struct {}; double _Complex fc; }; member
/llvm-project/libunwind/src/
H A DUnwind-sjlj.c95 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack() argument
108 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register() argument
116 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dredundant-void-arg.c56 void (*fc)() = bar; variable
/llvm-project/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h96 freeCallback fc; member
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestGDBServerNoTargetXMLRegisters.py22 def filecheck_to_blob(fc): argument
/llvm-project/clang/test/CodeGenCXX/
H A Dvtable-linkage-address-space.cpp87 F<char> fc; in use_F() local
H A Dvtable-linkage.cpp87 F<char> fc; in use_F() local
/llvm-project/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp286 const char *fc{getenv("F18_FC")}; in main() local
/llvm-project/flang/include/flang/Semantics/
H A Dexpression.h107 ExpressionAnalyzer(semantics::SemanticsContext &sc, FoldingContext &fc) in ExpressionAnalyzer() argument

12