Home
last modified time | relevance | path

Searched defs:f2d (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp82 function<int(int, int)> f2d(f2b); in test_function() local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7-cxx14.cpp75 decltype(auto) f2d(int n) { return n; } in f2d() function
/llvm-project/clang/test/CodeGen/
H A Darm-float-helpers.c179 double f2d(float a) { return (double)a; } in f2d() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dredundant-void-arg.cpp155 void (*f2d)(void) = NULL; variable
/llvm-project/lldb/unittests/Instruction/RISCV/
H A DTestRISCVEmulator.cpp688 auto f2d = this->Decode(0x4200F0D3); in TEST_F() local