/minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
H A D | Tools.h | 93 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 D | Tool.cpp | 14 Tool::Tool(const char *_Name, const char *_ShortName, const ToolChain &TC, in Tool()
|
H A D | Driver.cpp | 371 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 D | Tools.cpp | 188 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 D | Compilation.cpp | 55 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC, in getArgsForToolChain()
|
H A D | SanitizerArgs.cpp | 118 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 D | debug-info-template-limit.cpp | 8 class TC { class 10 TC(const TC &) {} in TC() function in TC 11 TC() {} in TC() function in TC
|
H A D | debug-info-template.cpp | 104 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 D | shapes.c | 47 #define TC -B_COLS /* top center */ macro
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.dtor/ |
H A D | p3-0x.cpp | 71 struct TC { struct 73 ~TC() {} in ~TC() argument
|
/minix3/external/bsd/llvm/dist/clang/test/Index/ |
H A D | get-cursor.cpp | 59 class TC { class
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CXComment.cpp | 114 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 D | warn-thread-safety-negative.cpp | 119 void test() { TemplateClass<int> TC; } in test() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Comment.cpp | 108 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 171 const TypoCorrection &TC = getNextCorrection(); in peekNextCorrection() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 3319 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 D | SemaExprMember.cpp | 640 [=, &SemaRef](const TypoCorrection &TC) { in LookupMemberExprInRecord() 654 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord()
|
H A D | SemaExprCXX.cpp | 5983 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 D | simd_loop_messages.cpp | 472 template <typename IT, int ST> class TC { class
|
H A D | for_simd_loop_messages.cpp | 561 class TC { class
|
H A D | parallel_for_loop_messages.cpp | 484 class TC { class
|
H A D | for_loop_messages.cpp | 562 class TC { class
|
H A D | parallel_for_simd_loop_messages.cpp | 484 class TC { class
|
/minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
H A D | CommentParser.cpp | 121 TextComment *TC; in HasTextAt() local 142 TextComment *TC; in HasTextWithNewlineAt() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1447 if (Constant *TC = dyn_cast<Constant>(True)) variable
|