Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTools.h93 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang()
109 ClangAs(const ToolChain &TC) : Tool("clang::as", in ClangAs()
129 GnuTool(const char *Name, const char *ShortName, const ToolChain &TC) in GnuTool()
138 const ToolChain &TC) : GnuTool(Name, ShortName, TC) {} in Common()
155 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess", in Preprocess()
167 Compile(const ToolChain &TC) : Common("gcc::Compile", in Compile()
179 Link(const ToolChain &TC) : Common("gcc::Link", in Link()
195 Assemble(const ToolChain &TC) : GnuTool("hexagon::Assemble", in Assemble()
210 Link(const ToolChain &TC) : GnuTool("hexagon::Link", in Link()
270 : Tool(Name, ShortName, TC, ResponseSupport, ResponseEncoding, in Tool() argument
[all …]
H A DTool.cpp14 Tool::Tool(const char *_Name, const char *_ShortName, const ToolChain &TC, in Tool()
H A DDriver.cpp371 const ToolChain &TC = getToolChain(*Args); in BuildCompilation() local
486 const ToolChain &TC = C.getDefaultToolChain(); in generateCompilationDiagnostics() local
664 const ToolChain &TC = C.getDefaultToolChain(); in PrintVersion() local
729 const ToolChain &TC = C.getDefaultToolChain(); in HandleImmediateArgs() local
867 void Driver::BuildUniversalActions(const ToolChain &TC, in BuildUniversalActions()
991 void Driver::BuildInputs(const ToolChain &TC, DerivedArgList &Args, in BuildInputs()
1143 void Driver::BuildActions(const ToolChain &TC, DerivedArgList &Args, in BuildActions()
1474 static const Tool *SelectToolForJob(Compilation &C, const ToolChain *TC, in SelectToolForJob()
1542 const ToolChain *TC, in BuildJobsForAction()
1564 const ToolChain *TC; in BuildJobsForAction() local
[all …]
H A DTools.cpp188 static void AddLinkerInputs(const ToolChain &TC, in AddLinkerInputs()
1996 const ToolChain &TC) { in ShouldDisableAutolink()
2008 const ToolChain &TC) { in ShouldDisableDwarfDirectory()
2117 static StringRef getArchNameForCompilerRTLib(const ToolChain &TC) { in getArchNameForCompilerRTLib()
2127 static SmallString<128> getCompilerRTLibDir(const ToolChain &TC) { in getCompilerRTLibDir()
2138 static SmallString<128> getCompilerRT(const ToolChain &TC, StringRef Component, in getCompilerRT()
2157 static void addClangRT(const ToolChain &TC, const ArgList &Args, in addClangRT()
2169 static void addProfileRT(const ToolChain &TC, const ArgList &Args, in addProfileRT()
2182 static void addSanitizerRuntime(const ToolChain &TC, const ArgList &Args, in addSanitizerRuntime()
2201 static bool addSanitizerDynamicList(const ToolChain &TC, const ArgList &Args, in addSanitizerDynamicList()
[all …]
H A DCompilation.cpp55 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC, in getArgsForToolChain()
H A DSanitizerArgs.cpp118 static unsigned getToolchainUnsupportedKinds(const ToolChain &TC) { in getToolchainUnsupportedKinds()
162 SanitizerArgs::SanitizerArgs(const ToolChain &TC, in SanitizerArgs()
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-template-limit.cpp8 class TC { class
10 TC(const TC &) {} in TC() function in TC
11 TC() {} in TC() function in TC
H A Ddebug-info-template.cpp104 struct TC { struct
112 TC<unsigned, 2, &glb, &foo::e, &foo::f, &foo::g, 1, 2, 3>::nested tci; argument
/minix3/games/tetris/
H A Dshapes.c47 #define TC -B_COLS /* top center */ macro
/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.dtor/
H A Dp3-0x.cpp71 struct TC { struct
73 ~TC() {} in ~TC() argument
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dget-cursor.cpp59 class TC { class
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp114 if (const TextComment *TC = dyn_cast<TextComment>(C)) in clang_Comment_isWhitespace() local
132 const TextComment *TC = getASTNodeAs<TextComment>(CXC); in clang_TextComment_getText() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-thread-safety-negative.cpp119 void test() { TemplateClass<int> TC; } in test() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DComment.cpp108 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h171 const TypoCorrection &TC = getNextCorrection(); in peekNextCorrection() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3319 static void checkCorrectionVisibility(Sema &SemaRef, TypoCorrection &TC) { in checkCorrectionVisibility()
3450 TypoCorrection TC(&SemaRef.Context.Idents.get(Name), ND, NNS, ED); in addName() local
3547 TypoCorrection TC = RI->second.pop_back_val(); in getNextCorrection() local
3622 TypoCorrection TC(QR); in performQualifiedLookups() local
4270 TypoCorrection TC = Result; in CorrectTypo() local
H A DSemaExprMember.cpp640 [=, &SemaRef](const TypoCorrection &TC) { in LookupMemberExprInRecord()
654 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord()
H A DSemaExprCXX.cpp5983 TypoCorrection TC) { in attemptRecovery()
6069 TypoCorrection TC = State.Consumer->getCurrentCorrection(); in EmitAllDiagnostics() local
6212 while (TypoCorrection TC = State.Consumer->getNextCorrection()) { in TransformTypoExpr() local
/minix3/external/bsd/llvm/dist/clang/test/OpenMP/
H A Dsimd_loop_messages.cpp472 template <typename IT, int ST> class TC { class
H A Dfor_simd_loop_messages.cpp561 class TC { class
H A Dparallel_for_loop_messages.cpp484 class TC { class
H A Dfor_loop_messages.cpp562 class TC { class
H A Dparallel_for_simd_loop_messages.cpp484 class TC { class
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DCommentParser.cpp121 TextComment *TC; in HasTextAt() local
142 TextComment *TC; in HasTextWithNewlineAt() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h1447 if (Constant *TC = dyn_cast<Constant>(True)) variable

12