HomeSort by relevance Sort by last modified time
    Searched refs:Tool (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/lib/Driver/
Tool.cpp 1 //===--- Tool.cpp - Compilation Tools -------------------------------------===//
10 #include "clang/Driver/Tool.h"
14 Tool::Tool(const char *_Name, const char *_ShortName,
20 Tool::~Tool() {
Tools.h 1 //===--- Tools.h - Tool Implementations -------------------------*- C++ -*-===//
13 #include "clang/Driver/Tool.h"
30 /// \brief Clang compiler tool.
31 class LLVM_LIBRARY_VISIBILITY Clang : public Tool {
47 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC) {}
60 /// \brief Clang integrated assembler tool.
61 class LLVM_LIBRARY_VISIBILITY ClangAs : public Tool {
64 ClangAs(const ToolChain &TC) : Tool("clang::as",
78 /// gcc - Generic GCC tool implementations.
80 class LLVM_LIBRARY_VISIBILITY Common : public Tool {
    [all...]
ToolChains.h 26 /// Generic_GCC - A tool chain using the 'gcc' command to perform
121 mutable llvm::DenseMap<unsigned, Tool*> Tools;
127 virtual Tool &SelectTool(const Compilation &C, const JobAction &JA,
149 mutable llvm::DenseMap<unsigned, Tool*> Tools;
155 virtual Tool &SelectTool(const Compilation &C, const JobAction &JA,
163 /// Darwin - The base Darwin tool chain.
170 mutable llvm::DenseMap<unsigned, Tool*> Tools;
204 /// The default macosx-version-min of this tool chain; empty until
224 // FIXME: Eliminate these ...Target functions and derive separate tool chains
313 virtual Tool &SelectTool(const Compilation &C, const JobAction &JA
    [all...]
Job.cpp 21 Command::Command(const Action &_Source, const Tool &_Creator,
Android.mk 28 Tool.cpp \
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
antlr.sh 7 org.antlr.Tool \
  /external/clang/include/clang/Driver/
Tool.h 1 //===--- Tool.h - Compilation Tools -----------------------------*- C++ -*-===//
26 /// Tool - Information on a specific compilation tool.
27 class Tool {
28 /// The tool name (for debugging).
31 /// The human readable name for the tool, for use in diagnostics.
34 /// The tool chain this tool is a part of.
38 Tool(const char *Name, const char *ShortName,
42 virtual ~Tool();
    [all...]
Job.h 20 class Tool;
54 /// Tool - The tool which caused the creation of this job.
55 const Tool &Creator;
65 Command(const Action &_Source, const Tool &_Creator, const char *_Executable,
71 /// getCreator - Return the Tool which caused the creation of this job.
72 const Tool &getCreator() const { return Creator; }
ToolChain.h 29 class Tool;
97 // Tool access.
100 /// translations this ToolChain may wish to perform, or 0 if no tool chain
109 /// SelectTool - Choose a tool to use to handle the action \arg JA with the
111 virtual Tool &SelectTool(const Compilation &C, const JobAction &JA,
129 /// IsBlocksDefault - Does this tool chain enable -fblocks by default.
132 /// IsIntegratedAssemblerDefault - Does this tool chain enable -integrated-as
136 /// IsStrictAliasingDefault - Does this tool chain use -fstrict-aliasing by
140 /// IsObjCDefaultSynthPropertiesDefault - Does this tool chain enable
144 /// IsObjCNonFragileABIDefault - Does this tool chain se
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
JavaTarget.java 30 import org.antlr.Tool;
31 import org.antlr.tool.Grammar;
32 import org.antlr.tool.Rule;
38 protected ST chooseWhereCyclicDFAsGo(Tool tool,
ObjCTarget.java 31 import org.antlr.Tool;
34 import org.antlr.tool.Grammar;
39 protected void genRecognizerHeaderFile(Tool tool,
CTarget.java 30 import org.antlr.Tool;
32 import org.antlr.tool.Grammar;
42 protected void genRecognizerFile(Tool tool,
57 protected void genRecognizerHeaderFile(Tool tool,
73 protected ST chooseWhereCyclicDFAsGo(Tool tool,
DelphiTarget.java 30 import org.antlr.Tool;
34 import org.antlr.tool.Grammar;
49 protected ST chooseWhereCyclicDFAsGo(Tool tool,
CPPTarget.java 30 import org.antlr.Tool;
33 import org.antlr.tool.Grammar;
86 protected void genRecognizerHeaderFile(Tool tool,
ActionScriptTarget.java 30 import org.antlr.Tool;
32 import org.antlr.tool.Grammar;
126 protected ST chooseWhereCyclicDFAsGo(Tool tool,
  /external/clang/tools/clang-check/
ClangCheck.cpp 1 //===- examples/Tooling/ClangCheck.cpp - Clang check tool -----------------===//
10 // This file implements a clang-check tool that runs the
64 ClangTool Tool(*Compilations, SourcePaths);
65 return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>());
  /external/libvpx/build/make/
gen_msvs_proj.sh 152 tag Tool \
342 tag Tool \
353 tag Tool \
357 tag Tool \
368 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="1"
371 tag Tool \
382 $uses_asm && tag Tool Name="YASM" IncludePaths="$incs" Debug="1"
394 tag Tool \
400 tag Tool \
414 tag Tool \
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
Tool.java 34 public class Tool {
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestMessages.java 30 import org.antlr.Tool;
35 import org.antlr.tool.ErrorManager;
36 import org.antlr.tool.Grammar;
37 import org.antlr.tool.GrammarSemanticsMessage;
59 Tool antlr = newTool();
TestRewriteTemplates.java 30 import org.antlr.Tool;
32 import org.antlr.tool.*;
248 Tool antlr = newTool();
270 Tool antlr = newTool();
289 Tool antlr = newTool();
309 Tool antlr = newTool();
TestTemplates.java 30 import org.antlr.Tool;
37 import org.antlr.tool.ErrorManager;
38 import org.antlr.tool.Grammar;
39 import org.antlr.tool.GrammarSemanticsMessage;
40 import org.antlr.tool.Message;
65 Tool antlr = newTool();
102 Tool antlr = newTool();
140 Tool antlr = newTool();
176 Tool antlr = newTool();
211 Tool antlr = newTool()
    [all...]
TestAttributes.java 30 import org.antlr.Tool;
37 import org.antlr.tool.*;
56 Tool antlr = newTool();
81 Tool antlr = newTool();
103 Tool antlr = newTool();
128 Tool antlr = newTool();
150 Tool antlr = newTool();
181 Tool antlr = newTool();
217 Tool antlr = newTool();
242 Tool antlr = newTool()
    [all...]
TestCompositeGrammars.java 30 import org.antlr.Tool;
31 import org.antlr.tool.*;
210 Tool antlr = newTool(new String[] {"-lib", tmpdir});
248 Tool antlr = newTool(new String[] {"-lib", tmpdir});
282 Tool antlr = newTool(new String[] {"-lib", tmpdir});
335 Tool antlr = newTool(new String[] {"-lib", tmpdir});
383 Tool antlr = newTool(new String[] {"-lib", tmpdir});
425 Tool antlr = newTool(new String[] {"-lib", tmpdir});
460 Tool antlr = newTool(new String[] {"-lib", tmpdir});
486 Tool antlr = newTool(new String[] {"-lib", tmpdir})
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interp.java 28 package org.antlr.tool;
30 import org.antlr.Tool;
75 Tool tool = new Tool(); local
77 Grammar parser = new Grammar(tool, grammarFileName, composite);
99 Grammar lexer = new Grammar(tool);
102 lexer.setTool(tool);
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 44 Tool,

Completed in 1433 milliseconds

1 2 3