Searched refs:Tool (Results 1 - 25 of 98) sorted by relevance

1234

/external/clang/lib/Driver/
H A DTool.cpp1 //===--- Tool.cpp - Compilation Tools -------------------------------------===//
10 #include "clang/Driver/Tool.h"
14 Tool::Tool(const char *_Name, const char *_ShortName, function in class:Tool
20 Tool::~Tool() {
H A DTools.h1 //===--- Tools.h - Tool Implementations -------------------------*- C++ -*-===//
13 #include "clang/Driver/Tool.h"
40 class LLVM_LIBRARY_VISIBILITY Clang : public Tool {
91 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC) {}
104 class LLVM_LIBRARY_VISIBILITY ClangAs : public Tool {
106 ClangAs(const ToolChain &TC) : Tool("clang::as",
121 class LLVM_LIBRARY_VISIBILITY Common : public Tool {
124 const ToolChain &TC) : Tool(Name, ShortName, TC) {}
179 class LLVM_LIBRARY_VISIBILITY Assemble : public Tool {
181 Assemble(const ToolChain &TC) : Tool("hexago
[all...]
/external/chromium_org/tools/gn/
H A Dtool.cc7 Tool::Tool() function in class:Tool
13 Tool::~Tool() {
16 void Tool::SetComplete() {
H A Dtest_with_scope.cc13 void SetCommandForTool(const std::string& cmd, Tool* tool) {
47 scoped_ptr<Tool> cc_tool(new Tool);
57 scoped_ptr<Tool> cxx_tool(new Tool);
67 scoped_ptr<Tool> objc_tool(new Tool);
77 scoped_ptr<Tool> objcxx_tool(new Tool);
89 scoped_ptr<Tool> alink_too
[all...]
H A Dtoolchain.h75 const Tool* GetTool(ToolType type) const;
79 void SetTool(ToolType type, scoped_ptr<Tool> t);
97 const Tool* GetToolForSourceType(SourceFileType type);
104 const Tool* GetToolForTargetFinalOutput(const Target* target) const;
115 scoped_ptr<Tool> tools_[TYPE_NUMTYPES];
H A Dninja_copy_target_writer.h11 class Tool;
H A Dfunction_toolchain.cc29 Tool* tool,
30 void (Tool::*set)(bool),
46 Tool* tool,
47 void (Tool::*set)(const std::string&),
80 Tool* tool,
81 void (Tool::*set)(const SubstitutionPattern&),
99 bool ReadOutputExtension(Scope* scope, Tool* tool, Err* err) {
118 bool ReadDepsFormat(Scope* scope, Tool* tool, Err* err) {
126 tool->set_depsformat(Tool::DEPS_GCC);
128 tool->set_depsformat(Tool
27 ReadBool(Scope* scope, const char* var, Tool* tool, void (Tool::*set)(bool), Err* err) argument
[all...]
H A Dninja_toolchain_writer.h21 class Tool;
44 const Tool* tool,
H A Dsubstitution_writer.h22 class Tool;
166 const Tool* tool,
170 const Tool* tool,
213 const Tool* tool,
217 const Tool* tool,
226 const Tool* tool,
H A Dtool.h15 class Tool { class
22 Tool();
23 ~Tool();
185 DISALLOW_COPY_AND_ASSIGN(Tool);
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dantlr.sh7 org.antlr.Tool \
/external/chromium_org/tools/grit/grit/tool/
H A Dtest.py8 class TestTool(interface.Tool):
H A Dnewgrd.py6 '''Tool to create a new, empty .grd file with all the basic sections.
54 class NewGrd(interface.Tool):
H A Dunit.py15 class UnitTestTool(interface.Tool):
H A Dcount.py12 class CountMessage(interface.Tool):
H A Dinterface.py10 class Tool(object): class in inherits:object
/external/clang/include/clang/Driver/
H A DTool.h1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
32 /// Tool - Information on a specific compilation tool.
33 class Tool { class in namespace:clang::driver
44 Tool(const char *Name, const char *ShortName,
48 virtual ~Tool();
H A DToolChain.h39 class Tool;
69 mutable std::unique_ptr<Tool> Clang;
70 mutable std::unique_ptr<Tool> Assemble;
71 mutable std::unique_ptr<Tool> Link;
72 Tool *getClang() const;
73 Tool *getAssemble() const;
74 Tool *getLink() const;
75 Tool *getClangAs() const;
85 virtual Tool *buildAssembler() const;
86 virtual Tool *buildLinke
[all...]
H A DJob.h26 class Tool;
65 /// Tool - The tool which caused the creation of this job.
66 const Tool &Creator;
76 Command(const Action &_Source, const Tool &_Creator, const char *_Executable,
88 /// getCreator - Return the Tool which caused the creation of this job.
89 const Tool &getCreator() const { return Creator; }
105 FallbackCommand(const Action &Source_, const Tool &Creator_,
/external/clang/unittests/Tooling/
H A DToolingTest.cpp204 ClangTool Tool(Compilations, Sources);
206 Tool.mapVirtualFile("/a.cc", "void a() {}");
207 Tool.mapVirtualFile("/b.cc", "void b() {}");
211 Tool.run(Action.get());
279 ClangTool Tool(Compilations, std::vector<std::string>(1, "/a.cc"));
280 Tool.mapVirtualFile("/a.cc", "void a() {}");
287 Tool.appendArgumentsAdjuster(new CheckSyntaxOnlyAdjuster(Found, Ran));
288 Tool.run(Action.get());
293 Tool.clearArgumentsAdjusters();
294 Tool
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DJavaTarget.java30 import org.antlr.Tool;
38 protected ST chooseWhereCyclicDFAsGo(Tool tool,
H A DObjCTarget.java31 import org.antlr.Tool;
39 protected void genRecognizerHeaderFile(Tool tool,
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_proj.sh81 tag Tool \
98 tag Tool \
299 tag Tool \
310 tag Tool \
314 tag Tool \
325 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
328 tag Tool \
339 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
351 tag Tool \
356 tag Tool \
[all...]
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh155 tag Tool \
172 tag Tool \
362 tag Tool \
373 tag Tool \
377 tag Tool \
388 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
391 tag Tool \
402 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="true"
414 tag Tool \
419 tag Tool \
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTool.java34 public class Tool { class

Completed in 9689 milliseconds

1234