HomeSort by relevance Sort by last modified time
    Searched refs:IntNode (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Optimize.py 303 stop=ExprNodes.IntNode(
314 start_node = ExprNodes.IntNode(
412 step = ExprNodes.IntNode(step.pos, type=PyrexTypes.c_py_ssize_t_type,
422 stop = ExprNodes.IntNode(
438 stop = ExprNodes.IntNode(
446 start = ExprNodes.IntNode(slice_node.pos, value="0", constant_result=0,
493 start=ExprNodes.IntNode(node.target.pos, value='0',
496 stop=ExprNodes.IntNode(node.target.pos, value='1',
509 index=ExprNodes.IntNode(node.target.pos, value='0',
573 start = ExprNodes.IntNode(enumerate_function.pos
    [all...]
TypeInference.py 110 ExprNodes.IntNode(target.pos, value='PY_SSIZE_T_MAX',
140 index=ExprNodes.IntNode(target.pos, value='PY_SSIZE_T_MAX',
306 if (isinstance(rhs, ExprNodes.IntNode)
MemoryView.py 3 from ExprNodes import IntNode, NameNode, AttributeNode
650 elif isinstance(axis.step, IntNode):
    [all...]
ExprNodes.py     [all...]
Parsing.py 683 return ExprNodes.IntNode(pos,
709 return ExprNodes.IntNode(pos, value=rep)
711 return ExprNodes.IntNode(pos, value=rep, longness="L")
    [all...]
FlowControl.py 958 ExprNodes.IntNode(target.pos, value='PY_SSIZE_T_MAX',
    [all...]
ParseTreeTransforms.py     [all...]

Completed in 36 milliseconds