Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsymtable.c210 static int symtable_visit_stmt(struct symtable *st, stmt_ty s);
326 if (!symtable_visit_stmt(st, in _PySymtable_Build()
337 if (!symtable_visit_stmt(st, in _PySymtable_Build()
1200 symtable_visit_stmt(struct symtable *st, stmt_ty s) in symtable_visit_stmt() function