OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResultRefNode
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Compiler/
UtilNodes.py
119
class
ResultRefNode
(AtomicExprNode):
164
assert False, "cannot infer type of
ResultRefNode
"
286
LetRefNode =
ResultRefNode
326
# body. Requires a
ResultRefNode
that it sets up to refer to its
Optimize.py
44
while isinstance(node, UtilNodes.
ResultRefNode
):
80
result_ref = UtilNodes.
ResultRefNode
(node)
[
all
...]
ParseTreeTransforms.py
16
from Cython.Compiler.UtilNodes import LetNode, LetRefNode,
ResultRefNode
431
key = item[1] # the
ResultRefNode
which has already been injected into the sequences
[
all
...]
Completed in 163 milliseconds