Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c164 static int symtable_analyze(struct symtable *st);
266 if (symtable_analyze(st)) in PySymtable_Build()
778 symtable_analyze(struct symtable *st) in symtable_analyze() function