Home
last modified time | relevance | path

Searched refs:f2c (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp81 function<int(int, int)> f2c = add<float>(); in test_function() local
84 f2c = f2d; in test_function()
86 f2c(1.0, 3); in test_function()
/llvm-project/clang/test/CodeGenCXX/
H A Dfloat16-declarations.cpp49 static const _Float16 f2c; member in C1
65 return arg * C1::f2c; in func2c()
H A Dfloat128-declarations.cpp55 static const __float128 f2c; member in C1
63 return arg * C1::f2c; in func2c()
/llvm-project/clang/test/AST/
H A Dfloat16.cpp116 static const _Float16 f2c; member in C1
124 return arg * C1::f2c; in func2c()
/llvm-project/llvm/test/tools/llvm-objdump/MachO/AArch64/
H A Dmacho-symbolized-disassembly.test21 ObjC-EXE: 0000000100007f2c add x0, x0, #0x20 ; Objc cfstring ref: @"The current date and time is: %…
/llvm-project/llvm/test/CodeGen/VE/Scalar/
H A Dfp_to_int.ll4 define signext i8 @f2c(float %a) {
5 ; CHECK-LABEL: f2c:
H A Dcast.ll270 define signext i8 @f2c(float %x) {
271 ; CHECK-LABEL: f2c:
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dredundant-void-arg.cpp151 void (*f2c)(void){nullptr};
/llvm-project/clang/include/clang/Driver/
H A DOptions.td6828 defm f2c : BooleanFFlag<"f2c">, Group<gfortran_Group>;