OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Compiler
(Results
1 - 25
of
204
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/third_party/cython/src/bin/
cython
7
from Cython.
Compiler
.Main import main
/external/clang/unittests/AST/
ExternalASTSourceTest.cpp
3
// The LLVM
Compiler
Infrastructure
48
CompilerInstance
Compiler
;
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/
AttributeIterator.java
24
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)
48
super(
compiler
, opPos, analysis);
SelfIteratorNoPredicate.java
25
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)
50
super(
compiler
, opPos, analysis, false);
ChildIterator.java
26
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)
52
super(
compiler
, opPos, analysis, false);
ChildTestIterator.java
27
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)
57
super(
compiler
, opPos, analysis);
OneStepIteratorForward.java
26
import org.apache.xpath.
compiler
.
Compiler
;
27
import org.apache.xpath.
compiler
.OpMap;
46
* @param
compiler
A reference to the
Compiler
that contains the op map.
52
OneStepIteratorForward(
Compiler
compiler
, int opPos, int analysis)
55
super(
compiler
, opPos, analysis);
58
m_axis = WalkerFactory.getAxisFromStep(
compiler
, firstStepPos);
WalkingIteratorSorted.java
25
import org.apache.xpath.
compiler
.
Compiler
;
56
* into the
Compiler
to create predicate expressions.
58
* @param
compiler
The
Compiler
which is creating
61
* opcode list from the
compiler
.
69
Compiler
compiler
, int opPos, int analysis, boolean shouldLoadWalkers)
72
super(
compiler
, opPos, analysis, shouldLoadWalkers);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
CodeGeneration.py
1
from Cython.
Compiler
.Visitor import VisitorTransform
2
from Cython.
Compiler
.Nodes import StatListNode
/external/fio/compiler/
compiler.h
5
#include "
compiler
-gcc4.h"
7
#include "
compiler
-gcc3.h"
9
#error
Compiler
too old, need gcc at least gcc 3.x
/art/compiler/
compiler.h
36
class
Compiler
{
44
static
Compiler
* Create(CompilerDriver* driver, Kind kind);
97
virtual ~
Compiler
() {}
113
explicit
Compiler
(CompilerDriver* driver, uint64_t warning) :
125
DISALLOW_COPY_AND_ASSIGN(
Compiler
);
compiler.cc
17
#include "
compiler
.h"
40
CompiledMethod*
Compiler
::TryCompileWithSeaIR(const art::DexFile::CodeItem* code_item,
87
class LLVMCompiler FINAL : public
Compiler
{
89
explicit LLVMCompiler(CompilerDriver* driver) :
Compiler
(driver, 1000) {}
179
Compiler
*
Compiler
::Create(CompilerDriver* driver,
Compiler
::Kind kind) {
191
LOG(FATAL) << "Portable
compiler
not compiled";
/external/compiler-rt/lib/tsan/
Makefile.mk
3
# The LLVM
Compiler
Infrastructure
/external/llvm/bindings/ocaml/all_backends/
llvm_all_backends.ml
3
* The LLVM
Compiler
Infrastructure
llvm_all_backends.mli
3
* The LLVM
Compiler
Infrastructure
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
TestVisitor.py
1
from Cython.
Compiler
.ModuleNode import ModuleNode
2
from Cython.
Compiler
.Symtab import ModuleScope
4
from Cython.
Compiler
.Visitor import MethodDispatcherTransform
5
from Cython.
Compiler
.ParseTreeTransforms import (
TestMemView.py
2
import Cython.
Compiler
.Errors as Errors
3
from Cython.
Compiler
.Nodes import *
4
from Cython.
Compiler
.ParseTreeTransforms import *
5
from Cython.
Compiler
.Buffer import *
/external/chromium_org/third_party/cython/src/
cython.py
16
from Cython.
Compiler
.Main import main
/external/chromium_org/third_party/re2/re2/
compile.cc
9
// The
Compiler
class defined in this file is private.
123
class
Compiler
: public Regexp::Walker<Frag> {
125
explicit
Compiler
();
126
~
Compiler
();
143
// The
Compiler
traverses the Regexp parse tree, visiting
188
// Rune range
compiler
.
237
DISALLOW_EVIL_CONSTRUCTORS(
Compiler
);
240
Compiler
::
Compiler
() {
255
Compiler
::~Compiler()
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncLast.java
26
import org.apache.xpath.
compiler
.
Compiler
;
45
public void postCompileStep(
Compiler
compiler
)
47
m_isTopLevel =
compiler
.getLocationPathDepth() == -1;
FuncPosition.java
27
import org.apache.xpath.
compiler
.
Compiler
;
44
public void postCompileStep(
Compiler
compiler
)
46
m_isTopLevel =
compiler
.getLocationPathDepth() == -1;
Function.java
28
import org.apache.xpath.
compiler
.
Compiler
;
47
* XPath
compiler
.
66
* called by the
compiler
for static number of arguments checking.
140
public void postCompileStep(
Compiler
compiler
)
/external/compiler-rt/lib/
Makefile.mk
3
# The LLVM
Compiler
Infrastructure
/external/compiler-rt/lib/builtins/armv6m/
Makefile.mk
3
# The LLVM
Compiler
Infrastructure
/external/compiler-rt/lib/builtins/i386/
Makefile.mk
3
# The LLVM
Compiler
Infrastructure
Completed in 1597 milliseconds
1
2
3
4
5
6
7
8
9