Home
last modified time | relevance | path

Searched refs:Tc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/time/time.traits/time.traits.specializations/
H A Dtime_point.pass.cpp31 typedef typename std::common_type<T1, T2>::type Tc; in test() typedef
32 static_assert((std::is_same<Tc, Te>::value), ""); in test()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td26 "use /Tc or /Tp to set input type for standard input">;
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp10221 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands() local
10222 PrintThreadCommand(Tc, Command.Ptr, Obj->isLittleEndian(), cputype); in PrintLoadCommands()
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst3927 /Tc <filename> Specify a C source file
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6700 def _SLASH_Tc : CLCompileJoinedOrSeparate<"Tc">,