Searched refs:Tc (Results 1 – 5 of 5) sorted by relevance
31 typedef typename std::common_type<T1, T2>::type Tc; in test() typedef32 static_assert((std::is_same<Tc, Te>::value), ""); in test()
26 "use /Tc or /Tp to set input type for standard input">;
10221 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands() local10222 PrintThreadCommand(Tc, Command.Ptr, Obj->isLittleEndian(), cputype); in PrintLoadCommands()
3927 /Tc <filename> Specify a C source file
6700 def _SLASH_Tc : CLCompileJoinedOrSeparate<"Tc">,