Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c172 static int symtable_visit_setcomp(struct symtable *st, expr_ty e);
1232 if (!symtable_visit_setcomp(st, e)) in symtable_visit_expr()
1542 symtable_visit_setcomp(struct symtable *st, expr_ty e) in symtable_visit_setcomp() function