/external/clang/lib/Driver/ |
D | Tools.h | 105 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang() 121 ClangAs(const ToolChain &TC) in ClangAs() 141 GnuTool(const char *Name, const char *ShortName, const ToolChain &TC) in GnuTool() 149 Common(const char *Name, const char *ShortName, const ToolChain &TC) in Common() 165 Preprocessor(const ToolChain &TC) in Preprocessor() 177 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {} in Compiler() 188 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {} in Linker() 204 Assembler(const ToolChain &TC) in Assembler() 219 Linker(const ToolChain &TC) : GnuTool("hexagon::Linker", "hexagon-ld", TC) {} in Linker() 237 Linker(const ToolChain &TC) : GnuTool("amdgpu::Linker", "lld", TC) {} in Linker() [all …]
|
D | Driver.cpp | 489 const ToolChain &TC = in BuildCompilation() local 622 const ToolChain &TC = C.getDefaultToolChain(); in generateCompilationDiagnostics() local 796 const ToolChain &TC = C.getDefaultToolChain(); in PrintVersion() local 864 const ToolChain &TC = C.getDefaultToolChain(); in HandleImmediateArgs() local 1004 void Driver::BuildUniversalActions(Compilation &C, const ToolChain &TC, in BuildUniversalActions() 1126 void Driver::BuildInputs(const ToolChain &TC, DerivedArgList &Args, in BuildInputs() 1375 void Driver::BuildActions(Compilation &C, const ToolChain &TC, in BuildActions() 1542 Driver::ConstructPhaseAction(const ToolChain &TC, const ArgList &Args, in ConstructPhaseAction() 1722 const ToolChain *TC, const JobAction *JA, in selectToolForJob() 1799 const ToolChain *TC, const char *BoundArch, in BuildJobsForAction() [all …]
|
D | Tool.cpp | 14 Tool::Tool(const char *_Name, const char *_ShortName, const ToolChain &TC, in Tool()
|
D | Tools.cpp | 209 static void AddLinkerInputs(const ToolChain &TC, const InputInfoList &Inputs, in AddLinkerInputs() 641 arm::FloatABI arm::getARMFloatABI(const ToolChain &TC, const ArgList &Args) { in getARMFloatABI() 735 static void getARMTargetFeatures(const ToolChain &TC, in getARMTargetFeatures() 2287 static void getTargetFeatures(const ToolChain &TC, const llvm::Triple &Triple, in getTargetFeatures() 2378 const ToolChain &TC, bool KernelOrKext, in addExceptionArgs() 2450 static bool ShouldDisableAutolink(const ArgList &Args, const ToolChain &TC) { in ShouldDisableAutolink() 2462 const ToolChain &TC) { in ShouldDisableDwarfDirectory() 2680 static void addClangRT(const ToolChain &TC, const ArgList &Args, in addClangRT() 2708 static OpenMPRuntimeKind getOpenMPRuntime(const ToolChain &TC, in getOpenMPRuntime() 2734 static void addOpenMPRuntime(ArgStringList &CmdArgs, const ToolChain &TC, in addOpenMPRuntime() [all …]
|
D | SanitizerArgs.cpp | 199 SanitizerArgs::SanitizerArgs(const ToolChain &TC, in SanitizerArgs() 568 void SanitizerArgs::addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args, in addArgs()
|
D | Compilation.cpp | 56 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC, in getArgsForToolChain()
|
D | ToolChain.cpp | 270 static StringRef getArchNameForCompilerRTLib(const ToolChain &TC, in getArchNameForCompilerRTLib()
|
/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/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
D | flags.py | 22 TC = 0x0200 variable
|
/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 | 183 const TypoCorrection &TC = getNextCorrection(); in peekNextCorrection() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 114 TC = (1<<glu::SHADERTYPE_TESSELLATION_CONTROL), enumerator
|
/external/opencv3/samples/cpp/ |
D | letter_recog.cpp | 113 inline TermCriteria TC(int iters, double eps) in TC() function
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3686 static void checkCorrectionVisibility(Sema &SemaRef, TypoCorrection &TC) { in checkCorrectionVisibility() 3817 TypoCorrection TC(&SemaRef.Context.Idents.get(Name), ND, NNS, ED); in addName() local 3919 TypoCorrection TC = RI->second.pop_back_val(); in getNextCorrection() local 3995 TypoCorrection TC(QR); in performQualifiedLookups() local 4623 TypoCorrection TC = Result; in CorrectTypo() local
|
D | SemaExprMember.cpp | 665 [=, &SemaRef](const TypoCorrection &TC) { in LookupMemberExprInRecord() 679 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { in LookupMemberExprInRecord()
|
/external/clang/test/OpenMP/ |
D | simd_loop_messages.cpp | 469 template <typename IT, int ST> class TC { class
|
D | parallel_for_simd_loop_messages.cpp | 481 class TC { class
|
D | for_loop_messages.cpp | 577 class TC { class
|
D | for_simd_loop_messages.cpp | 558 class TC { class
|
D | parallel_for_loop_messages.cpp | 480 class TC { class
|