/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-template-limit.cpp | 8 class TC { class 10 TC(const TC &) {} in TC() argument 11 TC() {} in TC() function in TC
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | trivial-ctor-dtor.cu | 34 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 D | Clang.h | 124 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 D | Solaris.h | 24 Assembler(const ToolChain &TC) : gnutools::Assembler(TC) {} in Assembler() 38 Linker(const ToolChain &TC) : Tool("solaris::Linker", "linker", TC) {} in Linker()
|
H A D | NaCl.h | 22 AssemblerARM(const ToolChain &TC) : gnutools::Assembler(TC) {} in AssemblerARM() 32 Linker(const ToolChain &TC) : Tool("NaCl::Linker", "linker", TC) {} in Linker()
|
H A D | DragonFly.h | 24 Assembler(const ToolChain &TC) in Assembler() 37 Linker(const ToolChain &TC) : Tool("dragonfly::Linker", "linker", TC) {} in Linker()
|
H A D | XCore.h | 25 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 D | Gnu.h | 44 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 D | Hexagon.h | 25 Assembler(const ToolChain &TC) in Assembler() 40 Linker(const ToolChain &TC) : Tool("hexagon::Linker", "hexagon-ld", TC) {} in Linker()
|
H A D | CrossWindows.h | 25 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 D | NetBSD.h | 24 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 D | FreeBSD.h | 24 Assembler(const ToolChain &TC) in Assembler() 37 Linker(const ToolChain &TC) : Tool("freebsd::Linker", "linker", TC) {} in Linker()
|
H A D | ZOS.h | 24 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 D | AIX.h | 24 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 D | OpenBSD.h | 25 Assembler(const ToolChain &TC) in Assembler() 38 Linker(const ToolChain &TC) : Tool("openbsd::Linker", "linker", TC) {} in Linker()
|
H A D | Darwin.h | 47 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 D | MinGW.h | 28 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 D | Cuda.h | 86 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 D | BareMetal.h | 90 StaticLibTool(const ToolChain & TC) StaticLibTool() argument 104 Linker(const ToolChain & TC) Linker() argument
|
H A D | SPIRV.h | 27 Translator(const ToolChain & TC) Translator() argument 41 Linker(const ToolChain & TC) Linker() argument
|
/llvm-project/llvm/unittests/Transforms/Vectorize/ |
H A D | VPlanVerifierTest.cpp | 27 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 D | temp_directory_path.pass.cpp | 83 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 D | replace_extension.pass.cpp | 57 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 D | use-equals-default.cpp | 74 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 D | cxx2c-delete-with-message.cpp | 104 struct TC { struct 117 struct TC<T, int> { struct 130 struct TC<int, int> { struct
|