/external/clang/lib/Driver/ |
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() 130 GnuTool(const char *Name, const char *ShortName, const ToolChain &TC) in GnuTool() 139 const ToolChain &TC) : GnuTool(Name, ShortName, TC) {} in Common() 156 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess", in Preprocess() 168 Compile(const ToolChain &TC) : Common("gcc::Compile", in Compile() 180 Link(const ToolChain &TC) : Common("gcc::Link", in Link() 196 Assemble(const ToolChain &TC) : GnuTool("hexagon::Assemble", in Assemble() 211 Link(const ToolChain &TC) : GnuTool("hexagon::Link", in Link() 260 Link(const ToolChain &TC) : GnuTool("cloudabi::Link", "linker", TC) {} in Link() [all …]
|
D | Driver.cpp | 377 const ToolChain &TC = getToolChain(*Args); in BuildCompilation() local 492 const ToolChain &TC = C.getDefaultToolChain(); in generateCompilationDiagnostics() local 673 const ToolChain &TC = C.getDefaultToolChain(); in PrintVersion() local 738 const ToolChain &TC = C.getDefaultToolChain(); in HandleImmediateArgs() local 876 void Driver::BuildUniversalActions(const ToolChain &TC, in BuildUniversalActions() 1000 void Driver::BuildInputs(const ToolChain &TC, DerivedArgList &Args, in BuildInputs() 1152 void Driver::BuildActions(const ToolChain &TC, DerivedArgList &Args, in BuildActions() 1302 Driver::ConstructPhaseAction(const ToolChain &TC, const ArgList &Args, in ConstructPhaseAction() 1383 bool Driver::IsUsingLTO(const ToolChain &TC, const ArgList &Args) const { in IsUsingLTO() argument 1488 const ToolChain *TC, const JobAction *JA, in SelectToolForJob() [all …]
|
D | Tool.cpp | 14 Tool::Tool(const char *_Name, const char *_ShortName, const ToolChain &TC, in Tool()
|
D | Tools.cpp | 193 static void AddLinkerInputs(const ToolChain &TC, in AddLinkerInputs() 2001 const ToolChain &TC, bool KernelOrKext, in addExceptionArgs() 2071 const ToolChain &TC) { in ShouldDisableAutolink() 2083 const ToolChain &TC) { in ShouldDisableDwarfDirectory() 2192 static StringRef getArchNameForCompilerRTLib(const ToolChain &TC) { in getArchNameForCompilerRTLib() 2202 static SmallString<128> getCompilerRTLibDir(const ToolChain &TC) { in getCompilerRTLibDir() 2213 static SmallString<128> getCompilerRT(const ToolChain &TC, StringRef Component, in getCompilerRT() 2235 static void addClangRT(const ToolChain &TC, const ArgList &Args, in addClangRT() 2247 static void addProfileRT(const ToolChain &TC, const ArgList &Args, in addProfileRT() 2260 static void addSanitizerRuntime(const ToolChain &TC, const ArgList &Args, in addSanitizerRuntime() [all …]
|
D | Compilation.cpp | 55 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC, in getArgsForToolChain()
|
D | SanitizerArgs.cpp | 119 static uint64_t getToolchainUnsupportedKinds(const ToolChain &TC) { in getToolchainUnsupportedKinds() 191 SanitizerArgs::SanitizerArgs(const ToolChain &TC, in SanitizerArgs()
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-template-limit.cpp | 8 class TC { class 10 TC(const TC &) {} in TC() argument 11 TC() {} in TC() function in TC
|
D | debug-info-template.cpp | 120 struct TC { struct 128 TC<unsigned, 2, &glb, &foo::e, &foo::f, &foo::g, 1, 2, 3>::nested tci; argument
|
/external/clang/test/CXX/special/class.dtor/ |
D | p3-0x.cpp | 71 struct TC { struct 73 ~TC() {} in ~TC() argument
|
/external/clang/test/Index/ |
D | get-cursor.cpp | 59 class TC { class
|
/external/clang/tools/libclang/ |
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
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-negative.cpp | 119 void test() { TemplateClass<int> TC; } in test() local
|
/external/clang/lib/AST/ |
D | Comment.cpp | 108 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache() local
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 171 const TypoCorrection &TC = getNextCorrection(); in peekNextCorrection() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 114 TC = (1<<glu::SHADERTYPE_TESSELLATION_CONTROL), enumerator
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3365 static void checkCorrectionVisibility(Sema &SemaRef, TypoCorrection &TC) { in checkCorrectionVisibility() 3496 TypoCorrection TC(&SemaRef.Context.Idents.get(Name), ND, NNS, ED); in addName() local 3593 TypoCorrection TC = RI->second.pop_back_val(); in getNextCorrection() local 3668 TypoCorrection TC(QR); in performQualifiedLookups() local 4296 TypoCorrection TC = Result; in CorrectTypo() local
|
D | SemaExprMember.cpp | 656 [=, &SemaRef](const TypoCorrection &TC) { in LookupMemberExprInRecord() 670 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord()
|
/external/clang/test/OpenMP/ |
D | simd_loop_messages.cpp | 472 template <typename IT, int ST> class TC { class
|
D | parallel_for_simd_loop_messages.cpp | 484 class TC { class
|
D | parallel_for_loop_messages.cpp | 484 class TC { class
|
D | for_loop_messages.cpp | 562 class TC { class
|
D | for_simd_loop_messages.cpp | 561 class TC { class
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 121 TextComment *TC; in HasTextAt() local 142 TextComment *TC; in HasTextWithNewlineAt() local
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1473 if (Constant *TC = dyn_cast<Constant>(True)) variable
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1409 const unsigned TC = SE->getSmallConstantTripCount(L); in processLoop() local 4479 unsigned TC = SE->getSmallConstantTripCount(TheLoop); in selectVectorizationFactor() local 4656 unsigned TC = SE->getSmallConstantTripCount(TheLoop); in selectUnrollFactor() local
|