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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pycodegen.py 311 # The set_lineno() function and the explicit emit() calls for
312 # SET_LINENO below are only used to generate the line number table.
313 # As of Python 2.3, the interpreter does not have a SET_LINENO
314 # instruction. pyassem treats SET_LINENO opcodes as a special case.
316 def set_lineno(self, node, force=False): member in class:CodeGenerator
317 """Emit SET_LINENO if necessary.
323 Returns true if SET_LINENO was emitted.
333 self.emit('SET_LINENO', lineno)
349 self.emit('SET_LINENO', 0)
360 self.set_lineno(node)
    [all...]
  /external/python/cpython2/Lib/compiler/
pycodegen.py 311 # The set_lineno() function and the explicit emit() calls for
312 # SET_LINENO below are only used to generate the line number table.
313 # As of Python 2.3, the interpreter does not have a SET_LINENO
314 # instruction. pyassem treats SET_LINENO opcodes as a special case.
316 def set_lineno(self, node, force=False): member in class:CodeGenerator
317 """Emit SET_LINENO if necessary.
323 Returns true if SET_LINENO was emitted.
333 self.emit('SET_LINENO', lineno)
349 self.emit('SET_LINENO', 0)
360 self.set_lineno(node
    [all...]
  /external/libchrome/third_party/jinja2/
ext.py 316 node.set_lineno(lineno)
nodes.py 208 def set_lineno(self, lineno, override=False): member in class:Node
  /external/libxml2/doc/
apibuild.py 145 def set_lineno(self, lineno): member in class:identifier
    [all...]
  /external/libchrome/third_party/ply/
yacc.py 213 def set_lineno(self,n,lineno): member in class:YaccProduction
    [all...]

Completed in 507 milliseconds