Home
last modified time | relevance | path

Searched refs:PyAddrPair (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dcode.h93 } PyAddrPair; typedef
99 int lasti, PyAddrPair *bounds);
/external/python/cpython2/Objects/
Dcodeobject.c718 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/external/python/cpython2/Python/
Dceval.c4061 PyAddrPair bounds; in maybe_call_line_trace()