Searched defs:Compiler (Results 1 - 17 of 17) sorted by relevance

/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp3 // The LLVM Compiler Infrastructure
48 CompilerInstance Compiler; local
49 Compiler.createDiagnostics();
57 Compiler.getDiagnostics());
58 Compiler.setInvocation(Invocation);
61 return Compiler.ExecuteAction(Action);
/external/javassist/src/main/javassist/tools/reflect/
H A DCompiler.java52 * <ul><pre>% java Compiler Dog -m MetaDog -c CMetaDog Cat -m MetaCat Cow
70 public class Compiler { class
159 out.println("Usage: java javassist.tools.reflect.Compiler");
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp3 // The LLVM Compiler Infrastructure
181 CompilerInstance Compiler; local
182 Compiler.setInvocation(Invocation);
183 Compiler.createDiagnostics();
189 ASSERT_TRUE(Compiler.ExecuteAction(TestAction));
/external/javassist/sample/preproc/
H A DCompiler.java39 * java sample.preproc.Compiler sample.j
52 public class Compiler { class
58 * Constructs a <code>Compiler</code> with a source file.
62 public Compiler(String inputname) throws CannotCompileException { method in class:Compiler
285 Compiler c = new Compiler(args[0]);
/external/regex-re2/re2/
H A Dcompile.cc9 // The Compiler class defined in this file is private.
122 class Compiler : public Regexp::Walker<Frag> { class in namespace:re2
124 explicit Compiler();
125 ~Compiler();
142 // The Compiler traverses the Regexp parse tree, visiting
236 DISALLOW_EVIL_CONSTRUCTORS(Compiler);
239 Compiler::Compiler() { function in class:re2::Compiler
254 Compiler::~Compiler() {
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java19 * $Id: Compiler.java 468655 2006-10-28 07:12:06Z minchau $
73 public class Compiler extends OpMap class in inherits:OpMap
77 * Construct a Compiler object with a specific ErrorListener and
88 public Compiler(ErrorListener errorHandler, SourceLocator locator, method in class:Compiler
97 * Construct a Compiler instance that has a null error listener and a
100 public Compiler() method in class:Compiler
/external/clang/lib/Tooling/
H A DTooling.cpp3 // The LLVM Compiler Infrastructure
256 clang::CompilerInstance Compiler; local
257 Compiler.setInvocation(Invocation);
258 Compiler.setFileManager(Files);
260 // The FrontendAction can have lifetime requirements for Compiler or its
261 // members, and we need to ensure it's deleted earlier than Compiler. So we
262 // pass it to an std::unique_ptr declared after the Compiler variable.
266 Compiler.createDiagnostics(DiagConsumer, /*ShouldOwnClient=*/false);
267 if (!Compiler.hasDiagnostics())
270 Compiler
[all...]
/external/clang/lib/Driver/
H A DDriver.cpp3 // The LLVM Compiler Infrastructure
1509 const Tool *Compiler = TC->SelectTool(*CompileJA); local
1510 if (!Compiler)
1512 if (Compiler->hasIntegratedAssembler()) {
1514 ToolForJob = Compiler;
1525 const Tool *Compiler = TC->SelectTool(*CompileJA); local
1526 if (!Compiler)
1528 if (!Compiler->canEmitIR() || !SaveTemps) {
1530 ToolForJob = Compiler;
/external/v8/src/
H A Dcompiler.h665 class Compiler : public AllStatic { class in namespace:v8::internal
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 468 milliseconds