/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 209 ClangTool Tool(Compilations, Sources); in TEST() local 211 Tool.mapVirtualFile("/a.cc", "void a() {}"); in TEST() 212 Tool.mapVirtualFile("/b.cc", "void b() {}"); in TEST() 216 Tool.run(Action.get()); in TEST() 265 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc")); in TEST() local 266 Tool.mapVirtualFile("/a.cc", "void a() {}"); in TEST() 280 Tool.appendArgumentsAdjuster(CheckSyntaxOnlyAdjuster); in TEST() 281 Tool.run(Action.get()); in TEST() 286 Tool.clearArgumentsAdjusters(); in TEST() 287 Tool.appendArgumentsAdjuster(CheckSyntaxOnlyAdjuster); in TEST() [all …]
|
/external/clang/lib/Driver/ |
D | ToolChains.h | 166 Tool *getTool(Action::ActionClass AC) const override; 167 Tool *buildAssembler() const override; 168 Tool *buildLinker() const override; 188 Tool *buildAssembler() const override; 189 Tool *buildLinker() const override; 190 Tool *getTool(Action::ActionClass AC) const override; 536 Tool *buildLinker() const override; 546 Tool *buildAssembler() const override; 547 Tool *buildLinker() const override; 566 Tool *buildAssembler() const override; [all …]
|
D | Tool.cpp | 14 Tool::Tool(const char *_Name, const char *_ShortName, const ToolChain &TC, in Tool() function in Tool 22 Tool::~Tool() { in ~Tool()
|
D | Tools.h | 40 class LLVM_LIBRARY_VISIBILITY Clang : public Tool { 93 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang() 107 class LLVM_LIBRARY_VISIBILITY ClangAs : public Tool { 109 ClangAs(const ToolChain &TC) : Tool("clang::as", in ClangAs() 126 class GnuTool : public Tool { 131 : Tool(Name, ShortName, TC, RF_Full, llvm::sys::WEM_CurrentCodePage) {} in GnuTool() 276 class LLVM_LIBRARY_VISIBILITY MachOTool : public Tool { 292 : Tool(Name, ShortName, TC, ResponseSupport, ResponseEncoding, in Tool() function 527 class LLVM_LIBRARY_VISIBILITY Link : public Tool { 529 Link(const ToolChain &TC) : Tool("NaCl::Link", "linker", TC) {} in Link() [all …]
|
D | ToolChain.cpp | 112 Tool *ToolChain::getClang() const { in getClang() 118 Tool *ToolChain::buildAssembler() const { in buildAssembler() 122 Tool *ToolChain::buildLinker() const { in buildLinker() 126 Tool *ToolChain::getAssemble() const { in getAssemble() 132 Tool *ToolChain::getClangAs() const { in getClangAs() 138 Tool *ToolChain::getLink() const { in getLink() 144 Tool *ToolChain::getTool(Action::ActionClass AC) const { in getTool() 172 Tool *ToolChain::SelectTool(const JobAction &JA) const { in SelectTool()
|
D | Job.cpp | 30 Command::Command(const Action &_Source, const Tool &_Creator, in Command() 98 if (Creator.getResponseFilesSupport() == Tool::RF_FileList) { in writeResponseFile() 125 if (Creator.getResponseFilesSupport() != Tool::RF_FileList) { in buildArgvForResponseFile() 203 if (Creator.getResponseFilesSupport() != Tool::RF_FileList) in Print() 258 FallbackCommand::FallbackCommand(const Action &Source_, const Tool &Creator_, in FallbackCommand()
|
/external/libvpx/libvpx/build/make/ |
D | gen_msvs_proj.sh | 85 tag Tool \ 102 tag Tool \ 303 tag Tool \ 314 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true" 317 tag Tool \ 328 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true" 340 tag Tool \ 354 tag Tool \ 362 tag Tool \ 388 tag Tool \ [all …]
|
/external/clang/include/clang/Driver/ |
D | ToolChain.h | 39 class Tool; variable 79 mutable std::unique_ptr<Tool> Clang; 80 mutable std::unique_ptr<Tool> Assemble; 81 mutable std::unique_ptr<Tool> Link; 82 Tool *getClang() const; 83 Tool *getAssemble() const; 84 Tool *getLink() const; 85 Tool *getClangAs() const; 95 virtual Tool *buildAssembler() const; 96 virtual Tool *buildLinker() const; [all …]
|
D | Job.h | 27 class Tool; variable 75 const Tool &Creator; 109 Command(const Action &_Source, const Tool &_Creator, const char *_Executable, 122 const Tool &getCreator() const { return Creator; } in getCreator() 147 FallbackCommand(const Action &Source_, const Tool &Creator_,
|
D | Tool.h | 34 class Tool { 72 Tool(const char *Name, const char *ShortName, const ToolChain &TC, 78 virtual ~Tool();
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestAttributes.java | 30 import org.antlr.Tool; 56 Tool antlr = newTool(); in testEscapedLessThanInAction() 81 Tool antlr = newTool(); in testEscaped$InAction() 103 Tool antlr = newTool(); in testArguments() 128 Tool antlr = newTool(); in testComplicatedArgParsing() 150 Tool antlr = newTool(); in testBracketArgParsing() 181 Tool antlr = newTool(); in testStringArgParsing() 217 Tool antlr = newTool(); in testComplicatedSingleArgParsing() 242 Tool antlr = newTool(); in testArgWithLT() 273 Tool antlr = newTool(); in testGenericsAsArgumentDefinition() [all …]
|
D | TestTemplates.java | 30 import org.antlr.Tool; 65 Tool antlr = newTool(); in testTemplateConstructor() 102 Tool antlr = newTool(); in testTemplateConstructorNoArgs() 140 Tool antlr = newTool(); in testIndirectTemplateConstructor() 176 Tool antlr = newTool(); in testStringConstructor() 211 Tool antlr = newTool(); in testSetAttr() 247 Tool antlr = newTool(); in testSetAttrOfExpr() 281 Tool antlr = newTool(); in testSetAttrOfExprInMembers() 305 Tool antlr = newTool(); in testCannotHaveSpaceBeforeDot() 333 Tool antlr = newTool(); in testCannotHaveSpaceAfterDot()
|
D | TestRewriteTemplates.java | 30 import org.antlr.Tool; 248 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeOnSimpleElements() 270 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeIgnoreActionsPredicates() 289 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeNotSimple() 309 Tool antlr = newTool(); in testRewriteRuleAndRewriteModeRefRule()
|
D | TestCompositeGrammars.java | 30 import org.antlr.Tool; 210 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testDelegatesSeeSameTokenType2() 248 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testCombinedImportsCombined() 282 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSameStringTwoNames() 335 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSameNameTwoStrings() 383 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testImportedTokenVocabIgnoredWithWarning() 425 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testImportedTokenVocabWorksInRoot() 460 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSyntaxErrorsInImportsNotThrownOut() 486 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testSyntaxErrorsInImportsNotThrownOut2() 617 Tool antlr = newTool(new String[] {"-lib", tmpdir}); in testLexerDelegatorRuleOverridesDelegateLeavingNoRules() [all …]
|
D | TestMessages.java | 30 import org.antlr.Tool; 59 Tool antlr = newTool(); in testMessageStringificationIsConsistent()
|
/external/jsoncpp/ |
D | SConstruct | 73 env.Tool( 'sunc++' ) 74 env.Tool( 'sunlink' ) 75 env.Tool( 'sunar' ) 78 env.Tool( 'default' ) 79 env.Tool( 'aixcc' ) 88 env.Tool( tool ) 93 env.Tool( tool ) 98 env.Tool( tool ) 103 env.Tool( tool ) 115 env.Tool( tool ) [all …]
|
/external/clang/tools/clang-check/ |
D | ClangCheck.cpp | 153 ClangTool Tool(OptionsParser.getCompilations(), in main() local 157 Tool.clearArgumentsAdjusters(); in main() 158 Tool.appendArgumentsAdjuster(getClangStripOutputAdjuster()); in main() 162 Tool.appendArgumentsAdjuster(getInsertArgumentAdjuster( in main() 176 return Tool.run(FrontendFactory.get()); in main()
|
/external/mesa3d/scons/ |
D | crossmingw.py | 41 import SCons.Tool 128 source_scanner=SCons.Tool.SourceFileScanner) 129 SCons.Tool.SourceFileScanner.add_scanner('.rc', SCons.Defaults.CScan) 185 SCons.Tool.Tool(tool)(env)
|
D | gallium.py | 116 env.Tool(env['toolchain']) 518 env.Tool('lex') 519 env.Tool('yacc') 521 env.Tool('llvm') 524 env.Tool('custom')
|
/external/boringssl/src/tool/ |
D | tool.cc | 43 struct Tool { struct 48 static const Tool kTools[] = { argument 69 const Tool &tool = kTools[i]; in usage() 83 const Tool &tool = kTools[i]; in FindTool()
|
/external/selinux/policycoreutils/gui/ |
D | selinux-polgengui.desktop | 2 Name=SELinux Policy Generation Tool 6 Name[de]=Tool zur Erstellung von SELinux-Richtlinien 12 Name[it]=Tool di generazione della policy di SELinux 30 Name[zh_TW]=SELinux 政策產生工具(SELinux Policy Generation Tool) 35 Comment[de]=Tool zur Erstellung von SELinux-Richtlinien
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | CTarget.java | 30 import org.antlr.Tool; 42 protected void genRecognizerFile(Tool tool, in genRecognizerFile() 57 protected void genRecognizerHeaderFile(Tool tool, in genRecognizerHeaderFile() 73 protected ST chooseWhereCyclicDFAsGo(Tool tool, in chooseWhereCyclicDFAsGo()
|
D | JavaTarget.java | 30 import org.antlr.Tool; 38 protected ST chooseWhereCyclicDFAsGo(Tool tool, in chooseWhereCyclicDFAsGo()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/ |
D | antlr.properties | 3 # the build process. For instance the Tool version string is 5 # hard code this into Tool.java and so on.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | Interp.java | 30 import org.antlr.Tool; 75 Tool tool = new Tool(); in main()
|