Home
last modified time | relevance | path

Searched defs:TC (Results 1 – 25 of 233) sorted by relevance

12345678910

/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-template-limit.cpp8 class TC { class
10 TC(const TC &) {} in TC() argument
11 TC() {} in TC() function in TC
/llvm-project/clang/test/SemaCUDA/
H A Dtrivial-ctor-dtor.cu34 struct TC : TB<T> { struct
36 TC() {} in TC() function
37 ~TC() {} in ~TC() argument
40 template class TC<int>; variable
/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.h124 ClangAs(const ToolChain &TC) in ClangAs()
147 OffloadBundler(const ToolChain &TC) in OffloadBundler()
165 OffloadPackager(const ToolChain &TC) in OffloadPackager()
180 LinkerWrapper(const ToolChain &TC, const Tool *Linker) in LinkerWrapper()
H A DSolaris.h24 Assembler(const ToolChain &TC) : gnutools::Assembler(TC) {} in Assembler()
38 Linker(const ToolChain &TC) : Tool("solaris::Linker", "linker", TC) {} in Linker()
H A DNaCl.h22 AssemblerARM(const ToolChain &TC) : gnutools::Assembler(TC) {} in AssemblerARM()
32 Linker(const ToolChain &TC) : Tool("NaCl::Linker", "linker", TC) {} in Linker()
H A DDragonFly.h24 Assembler(const ToolChain &TC) in Assembler()
37 Linker(const ToolChain &TC) : Tool("dragonfly::Linker", "linker", TC) {} in Linker()
H A DXCore.h25 Assembler(const ToolChain &TC) : Tool("XCore::Assembler", "XCore-as", TC) {} in Assembler()
36 Linker(const ToolChain &TC) : Tool("XCore::Linker", "XCore-ld", TC) {} in Linker()
H A DGnu.h44 Assembler(const ToolChain & TC) Assembler() argument
56 Linker(const ToolChain & TC) Linker() argument
69 StaticLibTool(const ToolChain & TC) StaticLibTool() argument
86 Common(const char * Name,const char * ShortName,const ToolChain & TC) Common() argument
106 Preprocessor(const ToolChain & TC) Preprocessor() argument
118 Compiler(const ToolChain & TC) Compiler() argument
129 Linker(const ToolChain & TC) Linker() argument
[all...]
H A DHexagon.h25 Assembler(const ToolChain &TC) in Assembler()
40 Linker(const ToolChain &TC) : Tool("hexagon::Linker", "hexagon-ld", TC) {} in Linker()
H A DCrossWindows.h25 Assembler(const ToolChain &TC) : Tool("CrossWindows::Assembler", "as", TC) {} in Assembler()
37 Linker(const ToolChain &TC) : Tool("CrossWindows::Linker", "ld", TC) {} in Linker()
H A DNetBSD.h24 Assembler(const ToolChain &TC) : Tool("netbsd::Assembler", "assembler", TC) {} in Assembler()
36 Linker(const ToolChain &TC) : Tool("netbsd::Linker", "linker", TC) {} in Linker()
H A DFreeBSD.h24 Assembler(const ToolChain &TC) in Assembler()
37 Linker(const ToolChain &TC) : Tool("freebsd::Linker", "linker", TC) {} in Linker()
H A DZOS.h24 Assembler(const ToolChain &TC) : Tool("zos::Assembler", "assembler", TC) {} in Assembler()
36 Linker(const ToolChain &TC) : Tool("zos::Linker", "linker", TC) {} in Linker()
H A DAIX.h24 Assembler(const ToolChain &TC) : Tool("aix::Assembler", "assembler", TC) {} in Assembler()
36 Linker(const ToolChain &TC) : Tool("aix::Linker", "linker", TC) {} in Linker()
H A DOpenBSD.h25 Assembler(const ToolChain &TC) in Assembler()
38 Linker(const ToolChain &TC) : Tool("openbsd::Linker", "linker", TC) {} in Linker()
H A DDarwin.h47 MachOTool(const char * Name,const char * ShortName,const ToolChain & TC) MachOTool() argument
53 Assembler(const ToolChain & TC) Assembler() argument
72 Linker(const ToolChain & TC) Linker() argument
85 StaticLibTool(const ToolChain & TC) StaticLibTool() argument
99 Lipo(const ToolChain & TC) Lipo() argument
111 Dsymutil(const ToolChain & TC) Dsymutil() argument
125 VerifyDebug(const ToolChain & TC) VerifyDebug() argument
[all...]
H A DMinGW.h28 Assembler(const ToolChain &TC) : Tool("MinGW::Assemble", "assembler", TC) {} in Assembler()
40 Linker(const ToolChain &TC) : Tool("MinGW::Linker", "linker", TC) {} in Linker()
H A DCuda.h86 Assembler(const ToolChain &TC) : Tool("NVPTX::Assembler", "ptxas", TC) {} in Assembler() argument
100 FatBinary(const ToolChain &TC) : Tool("NVPTX::Linker", "fatbinary", TC) {} in FatBinary() argument
113 Linker(const ToolChain &TC) : Tool("NVPTX::Linker", "nvlink", TC) {} in Linker() argument
H A DBareMetal.h90 StaticLibTool(const ToolChain & TC) StaticLibTool() argument
104 Linker(const ToolChain & TC) Linker() argument
H A DSPIRV.h27 Translator(const ToolChain & TC) Translator() argument
41 Linker(const ToolChain & TC) Linker() argument
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanVerifierTest.cpp27 auto TC = std::make_unique<VPValue>(); TEST() local
62 auto TC = std::make_unique<VPValue>(); TEST() local
105 auto TC = std::make_unique<VPValue>(); TEST() local
141 auto TC = std::make_unique<VPValue>(); TEST() local
178 auto TC = std::make_unique<VPValue>(); TEST() local
207 auto TC = std::make_unique<VPValue>(); TEST() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp83 for (auto& TC : cases) { in basic_tests() local
86 for (auto& TC : cases) { in basic_tests() local
153 for (auto& TC : ignored_cases) { in basic_tests() local
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
H A Dreplace_extension.pass.cpp57 for (auto const & TC : TestCases) { in main() local
64 for (auto const& TC : NoArgCases) { in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default.cpp74 struct TC { struct
76 TC() {} in TC() argument
79 TC(const TC &) {} in TC() function
82 TC& operator = (const TC &) { return *this; } in operator =() argument
/llvm-project/clang/test/SemaCXX/
H A Dcxx2c-delete-with-message.cpp104 struct TC { struct
117 struct TC<T, int> { struct
130 struct TC<int, int> { struct

12345678910