HomeSort by relevance Sort by last modified time
    Searched refs:Compiler (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.ml 3 * The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /gdk/sources/llvm-ndk-cc/
Backend.h 11 #include "Compiler.h"
38 Compiler::OutputType OT);
78 Compiler::OutputType mOT;
Compiler.h 43 class Compiler {
56 Compiler();
57 ~Compiler();
87 // Reset the slang compiler state such that it can be reused to compile
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
BasicTestIterator.java 27 import org.apache.xpath.compiler.Compiler;
28 import org.apache.xpath.compiler.OpMap;
64 * into the Compiler to create predicate expressions.
66 * @param compiler The Compiler which is creating
69 * opcode list from the compiler.
73 protected BasicTestIterator(Compiler compiler, int opPos, int analysis)
76 super(compiler, opPos, analysis, false)
    [all...]
UnionPathIterator.java 29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpCodes;
31 import org.apache.xpath.compiler.OpMap;
147 * into the Compiler to create predicate expressions.
149 * @param compiler The Compiler which is creating
152 * opcode list from the compiler.
156 public UnionPathIterator(Compiler compiler, int opPos
    [all...]
FilterExprWalker.java 30 import org.apache.xpath.compiler.Compiler;
31 import org.apache.xpath.compiler.OpCodes;
56 * @param compiler non-null reference to the Compiler that is constructing.
62 public void init(Compiler compiler, int opPos, int stepType)
66 super.init(compiler, opPos, stepType);
76 m_expr = compiler.compile(opPos);
86 m_expr = compiler.compile(opPos + 2)
    [all...]
OneStepIterator.java 29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpMap;
50 * @param compiler A reference to the Compiler that contains the op map.
56 OneStepIterator(Compiler compiler, int opPos, int analysis)
59 super(compiler, opPos, analysis);
62 m_axis = WalkerFactory.getAxisFromStep(compiler, firstStepPos);
WalkingIterator.java 29 import org.apache.xpath.compiler.Compiler;
30 import org.apache.xpath.compiler.OpMap;
42 * into the Compiler to create predicate expressions.
44 * @param compiler The Compiler which is creating
47 * opcode list from the compiler.
55 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
58 super(compiler, opPos, analysis, shouldLoadWalkers)
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.h 51 class Compiler {
99 Compiler(ScriptCompiled *result);
139 ~Compiler();
170 }; // End of class Compiler
ScriptCompiled.h 20 #include "Compiler.h"
39 friend class Compiler;
53 Compiler mCompiler;
Android.mk 26 Compiler.cpp \
  /external/compiler-rt/lib/asan/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/compiler-rt/lib/asan/interception/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 3 * The LLVM Compiler Infrastructure
  /frameworks/compile/libbcc/lib/Disassembler/
Disassembler.cpp 22 #include "ExecutionEngine/Compiler.h"
105 AsmInfo = Target->createMCAsmInfo(Compiler::getTargetTriple());
106 SubtargetInfo = Target->createMCSubtargetInfo(Compiler::getTargetTriple(), "", "");
  /external/clang/tools/scan-build/
c++-analyzer 3 # The LLVM Compiler Infrastructure
25 # Compiler command setup.
28 my $Compiler;
42 $Compiler = $ENV{'CCC_CXX'};
43 if (!defined $Compiler) { $Compiler = $DefaultCXXCompiler; }
49 $Compiler = $ENV{'CCC_CC'};
50 if (!defined $Compiler) { $Compiler = $DefaultCCompiler; }
124 `$Compiler -v >> $PPFile.info.txt 2>&1`
    [all...]
ccc-analyzer 3 # The LLVM Compiler Infrastructure
25 # Compiler command setup.
28 my $Compiler;
42 $Compiler = $ENV{'CCC_CXX'};
43 if (!defined $Compiler) { $Compiler = $DefaultCXXCompiler; }
49 $Compiler = $ENV{'CCC_CC'};
50 if (!defined $Compiler) { $Compiler = $DefaultCCompiler; }
124 `$Compiler -v >> $PPFile.info.txt 2>&1`
    [all...]
  /external/compiler-rt/lib/
Makefile.mk 3 # The LLVM Compiler Infrastructure
  /external/javassist/sample/preproc/
Compiler.java 39 * java sample.preproc.Compiler sample.j
52 public class Compiler {
58 * Constructs a <code>Compiler</code> with a source file.
62 public Compiler(String inputname) throws CannotCompileException {
223 * Is invoked if this compiler encoutenrs:
285 Compiler c = new Compiler(args[0]);
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 33 import org.apache.xpath.compiler.Compiler;
34 import org.apache.xpath.compiler.FunctionTable;
35 import org.apache.xpath.compiler.XPathParser;
153 * Compiler and compiles the expression.
175 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); local
178 parser.initXPath(compiler, exprString, prefixResolver);
180 parser.initMatchPattern(compiler, exprString, prefixResolver)
224 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); local
    [all...]

Completed in 496 milliseconds

12 3 4 5 6