Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c450 analyze_cells(PyObject *scope, PyObject *free) in analyze_cells() function
712 if (ste->ste_type == FunctionBlock && !analyze_cells(scope, newfree)) in analyze_block()
/external/python/cpython3/Python/
Dsymtable.c574 analyze_cells(PyObject *scopes, PyObject *free) in analyze_cells() function
859 if (ste->ste_type == FunctionBlock && !analyze_cells(scopes, newfree)) in analyze_block()