Searched refs:analyze_child_block (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | symtable.c | 620 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/ |
D | symtable.c | 744 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
|