Home
last modified time | relevance | path

Searched refs:computed_line (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dcodeobject.c459 if (bounds.opaque.computed_line != line) { in code_getlnotab()
461 int ldelta = bounds.opaque.computed_line - line; in code_getlnotab()
467 line = bounds.opaque.computed_line; in code_getlnotab()
1127 bounds->opaque.computed_line -= ldelta; in retreat()
1136 bounds->ar_line = bounds->opaque.computed_line; in retreat()
1152 bounds->opaque.computed_line += ldelta; in advance()
1153 bounds->ar_line = bounds->opaque.computed_line; in advance()
1264 range->opaque.computed_line = firstlineno; in PyLineTable_InitAddressRange()
/third_party/python/Include/cpython/
Dcode.h139 int computed_line; member