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

  /prebuilts/gdb/darwin-x86/lib/python2.7/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...]
pyassem.py 324 if opname == "SET_LINENO":
378 elif inst[0] != "SET_LINENO":
387 elif inst[0] != "SET_LINENO":
513 if opname == "SET_LINENO":
593 For each SET_LINENO instruction after the first one, two bytes are
596 instruction for the last SET_LINENO and the current SET_LINENO.
625 # Depending on when SET_LINENO instructions are emitted
631 # compiler because it only generates a SET_LINENO instruction
  /prebuilts/gdb/linux-x86/lib/python2.7/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...]
pyassem.py 324 if opname == "SET_LINENO":
378 elif inst[0] != "SET_LINENO":
387 elif inst[0] != "SET_LINENO":
513 if opname == "SET_LINENO":
593 For each SET_LINENO instruction after the first one, two bytes are
596 instruction for the last SET_LINENO and the current SET_LINENO.
625 # Depending on when SET_LINENO instructions are emitted
631 # compiler because it only generates a SET_LINENO instruction
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]
pyassem.py 324 if opname == "SET_LINENO":
378 elif inst[0] != "SET_LINENO":
387 elif inst[0] != "SET_LINENO":
513 if opname == "SET_LINENO":
593 For each SET_LINENO instruction after the first one, two bytes are
596 instruction for the last SET_LINENO and the current SET_LINENO.
625 # Depending on when SET_LINENO instructions are emitted
631 # compiler because it only generates a SET_LINENO instruction
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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...]
pyassem.py 324 if opname == "SET_LINENO":
378 elif inst[0] != "SET_LINENO":
387 elif inst[0] != "SET_LINENO":
513 if opname == "SET_LINENO":
593 For each SET_LINENO instruction after the first one, two bytes are
596 instruction for the last SET_LINENO and the current SET_LINENO.
625 # Depending on when SET_LINENO instructions are emitted
631 # compiler because it only generates a SET_LINENO instruction
  /external/bison/src/
flex-scanner.h 37 void FLEX_PREFIX (set_lineno) (int);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
timeit.py 51 use python -O for the older versions to avoid timing SET_LINENO
  /prebuilts/gdb/linux-x86/lib/python2.7/
timeit.py 51 use python -O for the older versions to avoid timing SET_LINENO
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 51 use python -O for the older versions to avoid timing SET_LINENO
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 51 use python -O for the older versions to avoid timing SET_LINENO
  /external/opencv3/3rdparty/jinja2/
ext.py 303 node.set_lineno(lineno)
nodes.py 208 def set_lineno(self, lineno, override=False): member in class:Node
  /external/libxml2/doc/
apibuild.py 144 def set_lineno(self, lineno): member in class:identifier
    [all...]

Completed in 1080 milliseconds