Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c620 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
703 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
736 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free, in analyze_child_block() function
/external/python/cpython3/Python/
Dsymtable.c744 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
856 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
897 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free, in analyze_child_block() function