Home
last modified time | relevance | path

Searched refs:Tool (Results 1 – 25 of 2849) sorted by relevance

12345678910>>...114

/external/clang/unittests/Tooling/
DToolingTest.cpp209 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/
DToolChains.h166 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 …]
DTool.cpp14 Tool::Tool(const char *_Name, const char *_ShortName, const ToolChain &TC, in Tool() function in Tool
22 Tool::~Tool() { in ~Tool()
DTools.h40 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 …]
DToolChain.cpp112 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()
DJob.cpp30 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/
Dgen_msvs_proj.sh85 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/
DToolChain.h39 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 …]
DJob.h27 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_,
DTool.h34 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/
DTestAttributes.java30 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 …]
DTestTemplates.java30 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()
DTestRewriteTemplates.java30 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()
DTestCompositeGrammars.java30 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 …]
DTestMessages.java30 import org.antlr.Tool;
59 Tool antlr = newTool(); in testMessageStringificationIsConsistent()
/external/jsoncpp/
DSConstruct73 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/
DClangCheck.cpp153 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/
Dcrossmingw.py41 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)
Dgallium.py116 env.Tool(env['toolchain'])
518 env.Tool('lex')
519 env.Tool('yacc')
521 env.Tool('llvm')
524 env.Tool('custom')
/external/boringssl/src/tool/
Dtool.cc43 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/
Dselinux-polgengui.desktop2 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/
DCTarget.java30 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()
DJavaTarget.java30 import org.antlr.Tool;
38 protected ST chooseWhereCyclicDFAsGo(Tool tool, in chooseWhereCyclicDFAsGo()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/
Dantlr.properties3 # 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/
DInterp.java30 import org.antlr.Tool;
75 Tool tool = new Tool(); in main()

12345678910>>...114