| /external/clang/lib/Driver/ |
| D | Tools.h | 91 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC) {} in Clang() 106 ClangAs(const ToolChain &TC) : Tool("clang::as", in ClangAs() 124 const ToolChain &TC) : Tool(Name, ShortName, TC) {} in Common() 141 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess", in Preprocess() 153 Compile(const ToolChain &TC) : Common("gcc::Compile", in Compile() 165 Link(const ToolChain &TC) : Common("gcc::Link", in Link() 181 Assemble(const ToolChain &TC) : Tool("hexagon::Assemble", in Assemble() 196 Link(const ToolChain &TC) : Tool("hexagon::Link", in Link() 240 const ToolChain &TC) : Tool(Name, ShortName, TC) {} in MachOTool() 245 Assemble(const ToolChain &TC) : MachOTool("darwin::Assemble", in Assemble() [all …]
|
| D | Tool.cpp | 15 const ToolChain &TC) : Name(_Name), ShortName(_ShortName), in Tool()
|
| D | Driver.cpp | 368 const ToolChain &TC = getToolChain(*Args); in BuildCompilation() local 493 const ToolChain &TC = C.getDefaultToolChain(); in generateCompilationDiagnostics() local 652 const ToolChain &TC = C.getDefaultToolChain(); in PrintVersion() local 713 const ToolChain &TC = C.getDefaultToolChain(); in HandleImmediateArgs() local 849 void Driver::BuildUniversalActions(const ToolChain &TC, in BuildUniversalActions() 975 void Driver::BuildInputs(const ToolChain &TC, DerivedArgList &Args, in BuildInputs() 1121 void Driver::BuildActions(const ToolChain &TC, DerivedArgList &Args, in BuildActions() 1450 static const Tool *SelectToolForJob(Compilation &C, const ToolChain *TC, in SelectToolForJob() 1496 const ToolChain *TC, in BuildJobsForAction() 1518 const ToolChain *TC; in BuildJobsForAction() local [all …]
|
| D | SanitizerArgs.cpp | 37 SanitizerArgs::SanitizerArgs(const ToolChain &TC, in SanitizerArgs() 215 void SanitizerArgs::filterUnsupportedMask(const ToolChain &TC, unsigned &Kinds, in filterUnsupportedMask() 236 unsigned SanitizerArgs::filterUnsupportedKinds(const ToolChain &TC, in filterUnsupportedKinds()
|
| D | Tools.cpp | 170 static void AddLinkerInputs(const ToolChain &TC, in AddLinkerInputs() 1755 const ToolChain &TC) { in ShouldDisableAutolink() 1767 const ToolChain &TC) { in ShouldDisableDwarfDirectory() 1877 static StringRef getArchNameForCompilerRTLib(const ToolChain &TC) { in getArchNameForCompilerRTLib() 1885 static SmallString<128> getCompilerRTLibDir(const ToolChain &TC) { in getCompilerRTLibDir() 1900 const ToolChain &TC, const ArgList &Args, ArgStringList &CmdArgs) { in addClangRTLinux() 1913 const ToolChain &TC, const ArgList &Args, ArgStringList &CmdArgs) { in addProfileRT() 1935 static SmallString<128> getSanitizerRTLibName(const ToolChain &TC, in getSanitizerRTLibName() 1950 static void addSanitizerRTLinkFlags(const ToolChain &TC, const ArgList &Args, in addSanitizerRTLinkFlags() 1997 static void addAsanRT(const ToolChain &TC, const ArgList &Args, in addAsanRT() [all …]
|
| D | Compilation.cpp | 55 const DerivedArgList &Compilation::getArgsForToolChain(const ToolChain *TC, in getArgsForToolChain()
|
| /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 | 90 struct TC { struct 102 TC<unsigned, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested tci; argument
|
| /external/smack/src/org/xbill/DNS/ |
| D | Flags.java | 23 public static final byte TC = 6; field in Flags 47 flags.add(TC, "tc"); in flags.add() argument
|
| /external/chromium_org/tools/clang/blink_gc_plugin/tests/ |
| D | trace_after_dispatch.h | 17 enum Type { TB, TC, TD }; enumerator
|
| D | finalize_after_dispatch.h | 39 enum Type { TB, TC, TD }; enumerator
|
| /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/lib/AST/ |
| D | Comment.cpp | 108 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache() local
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderBuiltinConstantTests.cpp | 114 TC = (1<<glu::SHADERTYPE_TESSELLATION_CONTROL), enumerator
|
| D | es31fShaderIntegerFunctionTests.cpp | 1153 TC = (1<<glu::SHADERTYPE_TESSELLATION_CONTROL), in init() enumerator
|
| /external/clang/lib/Sema/ |
| D | SemaLookup.cpp | 3524 TypoCorrection TC(&SemaRef.Context.Idents.get(Name), ND, NNS, ED); in addName() local 3612 TypoCorrection TC = RI->second.pop_back_val(); in getNextCorrection() local 3683 TypoCorrection TC(QR); in performQualifiedLookups() local 4088 static void checkCorrectionVisibility(Sema &SemaRef, TypoCorrection &TC) { in checkCorrectionVisibility() 4385 TypoCorrection TC = Result; in CorrectTypo() local
|
| /external/clang/test/OpenMP/ |
| D | simd_loop_messages.cpp | 440 template <typename IT, int ST> class TC { class
|
| D | for_loop_messages.cpp | 523 class TC { class
|
| D | parallel_for_loop_messages.cpp | 448 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 | 1365 if (Constant *TC = dyn_cast<Constant>(True)) variable
|
| /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/ |
| D | RegionDataConstants.java | 1078 TC(new String[]{ enumConstant
|
| /external/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 1225 const unsigned TC = SE->getSmallConstantTripCount(L, Latch); in processLoop() local 5181 unsigned TC = SE->getSmallConstantTripCount(TheLoop, TheLoop->getLoopLatch()); in selectVectorizationFactor() local 5343 unsigned TC = SE->getSmallConstantTripCount(TheLoop, in selectUnrollFactor() local
|