Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsymtable.c748 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block() function
920 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
951 r = analyze_block(st->st_top, NULL, free, global); in symtable_analyze()