/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/ |
TestSignatureMatching.py | 3 from Cython.Compiler import PyrexTypes as pt 4 from Cython.Compiler.ExprNodes import NameNode 5 from Cython.Compiler.PyrexTypes import CFuncTypeArg
|
TestTreePath.py | 2 from Cython.Compiler.Visitor import PrintTree 4 from Cython.Compiler.TreePath import find_first, find_all 5 from Cython.Compiler import Nodes, ExprNodes
|
TestParseTreeTransforms.py | 3 from Cython.Compiler import CmdLine 5 from Cython.Compiler.ParseTreeTransforms import * 6 from Cython.Compiler.Nodes import * 7 from Cython.Compiler import Main, Symtab
|
/external/compiler-rt/lib/asan/ |
Makefile.mk | 3 # The LLVM Compiler Infrastructure
|
/external/compiler-rt/lib/lsan/ |
Makefile.mk | 3 # The LLVM Compiler Infrastructure
|
/external/llvm/bindings/ocaml/irreader/ |
llvm_irreader.mli | 3 * The LLVM Compiler Infrastructure
|
/external/llvm/bindings/ocaml/transforms/vectorize/ |
llvm_vectorize.mli | 3 * The LLVM Compiler Infrastructure
|
/art/compiler/dex/ |
compiler_ir.h | 50 * the compiler. 65 const Compiler* compiler; member in struct:art::CompilationUnit
|
/external/chromium_org/third_party/cython/src/Cython/ |
TestUtils.py | 1 import Cython.Compiler.Errors as Errors 3 from Cython.Compiler.TreeFragment import TreeFragment, strip_common_indent 4 from Cython.Compiler.Visitor import TreeVisitor, VisitorTransform 5 from Cython.Compiler import TreePath 152 # as part of the compiler pipeline
|
/external/chromium_org/third_party/cython/src/ |
Makefile | 29 @rm -f Cython/Compiler/*.c
|
/external/chromium_org/v8/src/ |
background-parsing-task.cc | 27 !i::Compiler::DebuggerWantsEagerCompilation(source->info.get());
|
/external/clang/unittests/AST/ |
EvaluateAsRValueTest.cpp | 3 // The LLVM Compiler Infrastructure 62 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &Compiler,
|
/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/clang/lib/Tooling/ |
Tooling.cpp | 3 // The LLVM Compiler Infrastructure 51 // code that sets up a compiler to run tools on it, and we should refactor 249 // Create a compiler instance to handle the actual work. 250 clang::CompilerInstance Compiler; 251 Compiler.setInvocation(Invocation); 252 Compiler.setFileManager(Files); 254 // The FrontendAction can have lifetime requirements for Compiler or its 255 // members, and we need to ensure it's deleted earlier than Compiler. So we 256 // pass it to an std::unique_ptr declared after the Compiler variable. 259 // Create the compiler's actual diagnostics engine [all...] |
/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...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
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...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Lexer.java | 21 package org.apache.xpath.compiler; 38 private Compiler m_compiler; 75 * @param compiler The owning compiler for this lexer. 80 Lexer(Compiler compiler, PrefixResolver resolver, 84 m_compiler = compiler;
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ |
FileCheckerCallable.java | 3 import com.google.javascript.jscomp.Compiler; 37 NodeTraversal.traverse(new Compiler(), parseScript(context), dispatcher);
|
/external/llvm/bindings/ocaml/bitreader/ |
llvm_bitreader.mli | 3 * The LLVM Compiler Infrastructure
|
/external/llvm/bindings/ocaml/bitwriter/ |
llvm_bitwriter.mli | 3 * The LLVM Compiler Infrastructure
|
/external/llvm/bindings/ocaml/transforms/ipo/ |
llvm_ipo.ml | 3 * The LLVM Compiler Infrastructure
|
/external/llvm/bindings/ocaml/transforms/passmgr_builder/ |
llvm_passmgr_builder.mli | 3 * The LLVM Compiler Infrastructure
|