Lines Matching refs:PyCodeAddressRange
448 PyCodeAddressRange bounds; in code_getlnotab()
1017 PyCodeAddressRange li_line;
1032 PyCodeAddressRange *bounds = &li->li_line; in lineiter_next()
1121 retreat(PyCodeAddressRange *bounds) in retreat()
1141 advance(PyCodeAddressRange *bounds) in advance()
1158 at_end(PyCodeAddressRange *bounds) { in at_end()
1163 PyLineTable_PreviousAddressRange(PyCodeAddressRange *range) in PyLineTable_PreviousAddressRange()
1177 PyLineTable_NextAddressRange(PyCodeAddressRange *range) in PyLineTable_NextAddressRange()
1252 PyCodeAddressRange bounds; in PyCode_Addr2Line()
1258 …tAddressRange(const char *linetable, Py_ssize_t length, int firstlineno, PyCodeAddressRange *range) in PyLineTable_InitAddressRange()
1269 _PyCode_InitAddressRange(PyCodeObject* co, PyCodeAddressRange *bounds) in _PyCode_InitAddressRange()
1280 _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds) in _PyCode_CheckLineNumber()