Home
last modified time | relevance | path

Searched refs:ft (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/
H A Dsimplified_template_names_noncanonical_type_units.cpp28 template <typename T> void ft() {} in ft() function
30 ft<decltype(f1())>(); in a()
31 ft<decltype(f2())>(); in a()
35 template <typename T> void ft() {} in ft() function
38 ft<decltype(f1())>(); in main()
39 ft<decltype(f2())>(); in main()
/llvm-project-15.0.7/libcxx/test/std/time/time.clock/time.clock.file/
H A Dto_from_sys.pass.cpp31 std::chrono::file_clock::time_point const ft = std::chrono::file_clock::now(); in main() local
32 auto st = std::chrono::file_clock::to_sys(ft); in main()
33 assert(ft == std::chrono::file_clock::from_sys(st)); in main()
39 auto ft = std::chrono::file_clock::from_sys(st); in main() local
40 assert(st == std::chrono::file_clock::to_sys(ft)); in main()
59 std::chrono::file_clock::time_point const ft = std::chrono::file_clock::now(); in main() local
61 auto sys_diff = std::chrono::file_clock::to_sys(ft) - st; in main()
62 auto file_diff = ft - std::chrono::file_clock::from_sys(st); in main()
/llvm-project-15.0.7/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp23 UDT<float> ft; variable
32 std::real(ft); // expected-error {{no matching function}} in main()
39 std::imag(ft); // expected-error {{no matching function}} in main()
46 std::arg(ft); // expected-error {{no matching function}} in main()
53 std::norm(ft); // expected-error {{no matching function}} in main()
60 std::conj(ft); // expected-error {{no matching function}} in main()
67 std::proj(ft); // expected-error {{no matching function}} in main()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsMTInstrInfo.td137 def MFTC1 : MipsAsmPseudoInst<(outs GPR32Opnd:$rt), (ins FGR32Opnd:$ft),
138 "mftc1 $rt, $ft">, ASE_MT;
140 def MFTHC1 : MipsAsmPseudoInst<(outs GPR32Opnd:$rt), (ins FGR32Opnd:$ft),
141 "mfthc1 $rt, $ft">, ASE_MT;
143 def CFTC1 : MipsAsmPseudoInst<(outs GPR32Opnd:$rt), (ins FGRCCOpnd:$ft),
144 "cftc1 $rt, $ft">, ASE_MT;
166 def MTTC1 : MipsAsmPseudoInst<(outs FGR32Opnd:$ft), (ins GPR32Opnd:$rt),
167 "mttc1 $rt, $ft">, ASE_MT;
170 "mtthc1 $rt, $ft">, ASE_MT;
172 def CTTC1 : MipsAsmPseudoInst<(outs FGRCCOpnd:$ft), (ins GPR32Opnd:$rt),
[all …]
H A DMipsInstrFPU.td113 InstSE<(outs RC:$fd), (ins RC:$fs, RC:$ft),
114 !strconcat(opstr, "\t$fd, $fs, $ft"),
138 InstSE<(outs DstRC:$fd), (ins SrcRC:$fs, SrcRC:$ft),
139 !strconcat(opstr, "\t$fd, $fs, $ft"),
204 InstSE<(outs RC:$fd), (ins RC:$fr, RC:$fs, RC:$ft),
205 !strconcat(opstr, "\t$fd, $fr, $fs, $ft"),
211 InstSE<(outs RC:$fd), (ins RC:$fr, RC:$fs, RC:$ft),
212 !strconcat(opstr, "\t$fd, $fr, $fs, $ft"),
260 InstSE<(outs), (ins RC:$fs, RC:$ft, condcode:$cond),
987 (Nmadd RC:$fr, RC:$fs, RC:$ft)>;
[all …]
H A DMicroMips32r6InstrFormats.td556 bits<5> ft;
573 bits<5> ft;
589 bits<5> ft;
605 bits<5> ft;
621 bits<5> ft;
637 bits<5> ft;
652 bits<5> ft;
667 bits<5> ft;
683 bits<5> ft;
801 bits<5> ft;
[all …]
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp86 template <typename T> constexpr T ft(T t) { return t; } in ft() function
95 template <> notlit ft(notlit nl) { return nl; } in ft() function
96 template <> char ft(char c) { return c; } // expected-note {{previous}} in ft() function
97 template <> constexpr char ft(char nl); // expected-error {{constexpr declaration of 'ft<char>' fol…
114 constexpr int i3 = ft(1);
119 (void)ft(nl2); in test()
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp3.cpp5 template <typename T> void ft(T) {} in ft() function
6 template <> void ft(int) {} // expected-note {{previous definition is here}} in ft() function
7 template <> void ft(int) {} // expected-error {{redefinition of 'ft<int>'}} in ft() function
/llvm-project-15.0.7/clang/test/CXX/over/over.match/over.match.funcs/
H A Dp4-0x.cpp11 template<typename T> int &ft(T) &;
12 template<typename T> float &ft(T) &&;
55 int &ir2 = lvalue<X0>().ft(1); in test_ref_qualifier_binding()
56 float &fr3 = xvalue<X0>().ft(2); in test_ref_qualifier_binding()
57 float &fr4 = prvalue<X0>().ft(3); in test_ref_qualifier_binding()
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dcounters.test5 COUNTERS: INITED {{.*}} {{bits:|ft:}}
6 COUNTERS: NEW {{.*}} {{bits:|ft:}} {{[1-9]*}}
7 COUNTERS: NEW {{.*}} {{bits:|ft:}} {{[1-9]*}}
/llvm-project-15.0.7/libcxx/src/
H A Dchrono.cpp104 FILETIME ft; in __libcpp_system_clock_now() local
107 GetSystemTimePreciseAsFileTime(&ft); in __libcpp_system_clock_now()
109 GetSystemTimeAsFileTime(&ft); in __libcpp_system_clock_now()
111 GetSystemTimeAsFileTimeFunc.fp(&ft); in __libcpp_system_clock_now()
114 filetime_duration d{(static_cast<__int64>(ft.dwHighDateTime) << 32) | in __libcpp_system_clock_now()
115 static_cast<__int64>(ft.dwLowDateTime)}; in __libcpp_system_clock_now()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp115 auto secs = duration_cast<Sec>(ft.time_since_epoch()); in ConvertToTimeSpec()
142 ft = file_time_type(dur); in ConvertFromTimeSpec()
149 bool CompareTimeExact(file_time_type ft, TimeSpec ts) { in CompareTimeExact() argument
151 if (!ConvertToTimeSpec(ts2, ft)) in CompareTimeExact()
155 bool CompareTimeExact(TimeSpec ts, file_time_type ft) { in CompareTimeExact() argument
156 return CompareTimeExact(ft, ts); in CompareTimeExact()
262 file_time_type ft(ns); in __anonc8913b790502() local
266 last_write_time(p, ft); in __anonc8913b790502()
267 return last_write_time(p) == ft; in __anonc8913b790502()
279 file_time_type ft(micros); in __anonc8913b790602() local
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Daddress_spaces.c49 typedef void ft(void); typedef
50 _AS1 ft qf; // expected-error {{function type may not be qualified with an address space}}
51 typedef _AS1 ft qft; // expected-error {{function type may not be qualified with an address space}}
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dusing-decl-1.cpp320 template<typename> void ft(); // expected-note 2{{target of using declaration}}
330 using PR24033::ft; // expected-note {{using declaration}}
339 …template<typename> void ft(); // expected-error {{declaration conflicts with target of using decla…
350 template<typename> void ft(); // expected-note {{conflicting declaration}}
359 …using PR24033::ft; // expected-error {{target of using declaration conflicts with declaration alre…
H A Dincomplete-call.cpp5 template <typename T> A ft(T); // expected-note {{'ft' declared here}}
43 ft(42); // expected-error {{calling 'ft<int>' with incomplete return type 'A'}} in g()
H A Dunderlying_type.cpp76 __underlying_type(T) ft();
77 auto x = &ft<E>;
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.h100 FindKDKandSDKDirectoriesInDirectory(void *baton, llvm::sys::fs::file_type ft,
107 llvm::sys::fs::file_type ft,
112 llvm::sys::fs::file_type ft,
116 GetKernelsAndKextsInDirectoryHelper(void *baton, llvm::sys::fs::file_type ft,
H A DPlatformDarwinKernel.cpp417 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path) { in FindKDKandSDKDirectoriesInDirectory() argument
423 if (ft == llvm::sys::fs::file_type::directory_file && in FindKDKandSDKDirectoriesInDirectory()
466 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path) { in GetKernelsAndKextsInDirectoryWithRecursion() argument
467 return GetKernelsAndKextsInDirectoryHelper(baton, ft, path, true); in GetKernelsAndKextsInDirectoryWithRecursion()
472 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path) { in GetKernelsAndKextsInDirectoryNoRecursion() argument
473 return GetKernelsAndKextsInDirectoryHelper(baton, ft, path, false); in GetKernelsAndKextsInDirectoryNoRecursion()
478 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path, in GetKernelsAndKextsInDirectoryHelper() argument
498 if (ft == llvm::sys::fs::file_type::regular_file || in GetKernelsAndKextsInDirectoryHelper()
499 ft == llvm::sys::fs::file_type::symlink_file) { in GetKernelsAndKextsInDirectoryHelper()
524 if (ft == llvm::sys::fs::file_type::directory_file) { in GetKernelsAndKextsInDirectoryHelper()
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.meaning/
H A Dp1-0x.cpp39 template<typename T> void ft(); // expected-note {{here}}
65 template<> void ft<int>() {} in ft() function
66 template void ft<char>(); // expected-error {{undefined}}
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/
H A Dp3.cpp11 template<typename T> void ft(T& t) { in ft() function
23ft(a); // expected-note{{in instantiation of function template specialization 'ft<A>' requested he… in f()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dinterwork.ll7 define void @ft() #0 {
10 ; CHECK-LABEL: ft:
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h133 TimeSpec filetime_to_timespec(FILETIME ft) { in filetime_to_timespec() argument
135 li.LowPart = ft.dwLowDateTime; in filetime_to_timespec()
136 li.HighPart = ft.dwHighDateTime; in filetime_to_timespec()
144 FILETIME ft; in timespec_to_filetime() local
145 ft.dwLowDateTime = li.LowPart; in timespec_to_filetime()
146 ft.dwHighDateTime = li.HighPart; in timespec_to_filetime()
147 return ft; in timespec_to_filetime()
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachineC.cpp194 CodeGenFileType ft; in LLVMTargetMachineEmit() local
197 ft = CGFT_AssemblyFile; in LLVMTargetMachineEmit()
200 ft = CGFT_ObjectFile; in LLVMTargetMachineEmit()
203 if (TM->addPassesToEmitFile(pass, OS, nullptr, ft)) { in LLVMTargetMachineEmit()
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Ds2rem.ll29 define void @ft() #0 {
34 ; PIC: .ent ft
37 ; PIC: .end ft
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-complete.cpp151 FromT<int> ft; local
152 BaseT<int> bt(ft);

123