Searched refs:Compiler (Results 1 - 25 of 137) sorted by relevance

123456

/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/apache-xml/src/main/java/org/apache/xpath/axes/
H A DAttributeIterator.java24 import org.apache.xpath.compiler.Compiler;
39 * @param compiler A reference to the Compiler that contains the op map.
45 AttributeIterator(Compiler compiler, int opPos, int analysis)
H A DSelfIteratorNoPredicate.java25 import org.apache.xpath.compiler.Compiler;
40 * @param compiler A reference to the Compiler that contains the op map.
47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis)
H A DChildIterator.java26 import org.apache.xpath.compiler.Compiler;
42 * @param compiler A reference to the Compiler that contains the op map.
49 ChildIterator(Compiler compiler, int opPos, int analysis)
H A DChildTestIterator.java27 import org.apache.xpath.compiler.Compiler;
48 * @param compiler A reference to the Compiler that contains the op map.
54 ChildTestIterator(Compiler compiler, int opPos, int analysis)
H A DOneStepIteratorForward.java26 import org.apache.xpath.compiler.Compiler;
46 * @param compiler A reference to the Compiler that contains the op map.
52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis)
H A DWalkingIteratorSorted.java25 import org.apache.xpath.compiler.Compiler;
56 * into the Compiler to create predicate expressions.
58 * @param compiler The Compiler which is creating
69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
/external/llvm/bindings/ocaml/all_backends/
H A Dllvm_all_backends.ml3 * The LLVM Compiler Infrastructure
H A Dllvm_all_backends.mli3 * The LLVM Compiler Infrastructure
/external/llvm/bindings/ocaml/transforms/utils/
H A Dllvm_transform_utils.ml3 * The LLVM Compiler Infrastructure
/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/functions/
H A DFuncLast.java26 import org.apache.xpath.compiler.Compiler;
45 public void postCompileStep(Compiler compiler)
H A DFuncPosition.java27 import org.apache.xpath.compiler.Compiler;
44 public void postCompileStep(Compiler compiler)
H A DFunction.java28 import org.apache.xpath.compiler.Compiler;
140 public void postCompileStep(Compiler compiler)
/external/compiler-rt/lib/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/builtins/arm64/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/builtins/armv6m/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/builtins/i386/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/builtins/ppc/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/builtins/x86_64/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/interception/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/profile/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/compiler-rt/lib/sanitizer_common/
H A DMakefile.mk3 # The LLVM Compiler Infrastructure
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.ml3 * The LLVM Compiler Infrastructure
/external/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.ml3 * The LLVM Compiler Infrastructure

Completed in 4473 milliseconds

123456