/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() 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 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() 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 D | cxx1y-generic-lambdas.cpp | 51 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 D | return-noreturn.cpp | 242 FatalCopy fc; in baz() local
|
H A D | conditional-expr.cpp | 289 fa, fb, fc, fd, fe, ff enumerator
|
/llvm-project/lldb/test/Shell/Register/Core/Inputs/ |
H A D | multithread.cpp | 16 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 D | n1460.c | 19 float _Complex fc; variable 24 float _Complex fc; variable
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_map_codegen_11.cpp | 49 float _Complex fc = (float)a; in implicit_maps_float_complex() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | complex-builtins-3.c | 26 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
|
H A D | big-atomic-ops.c | 151 _Complex float fc(_Atomic(_Complex float) *c) { in fc() function
|
/llvm-project/clang/test/Headers/ |
H A D | tgmath.c | 10 float complex fc; variable
|
/llvm-project/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
H A D | plus_equal_complex.pass.cpp | 43 std::complex<float> fc (1,1); in test() local
|
H A D | times_equal_complex.pass.cpp | 43 std::complex<float> fc (1,1); in test() local
|
H A D | divide_equal_complex.pass.cpp | 44 std::complex<float> fc (1,1); in test() local
|
H A D | minus_equal_complex.pass.cpp | 43 std::complex<float> fc (1,1); in test() local
|
/llvm-project/clang/test/Index/ |
H A D | complete-memfunc-cvquals.cpp | 17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text()
|
/llvm-project/clang/test/CodeGen/RISCV/ |
H A D | riscv32-ilp32d-abi.cpp | 36 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 D | Unwind-sjlj.c | 95 __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 D | redundant-void-arg.c | 56 void (*fc)() = bar; variable
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | system-header-simulator.h | 96 freeCallback fc; member
|
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
H A D | TestGDBServerNoTargetXMLRegisters.py | 22 def filecheck_to_blob(fc): argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | vtable-linkage-address-space.cpp | 87 F<char> fc; in use_F() local
|
H A D | vtable-linkage.cpp | 87 F<char> fc; in use_F() local
|
/llvm-project/flang/tools/f18-parse-demo/ |
H A D | f18-parse-demo.cpp | 286 const char *fc{getenv("F18_FC")}; in main() local
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | expression.h | 107 ExpressionAnalyzer(semantics::SemanticsContext &sc, FoldingContext &fc) in ExpressionAnalyzer() argument
|