Lines Matching defs:st
21 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new()
197 struct symtable *st; in symtable_new() local
221 struct symtable *st = symtable_new(); in PySymtable_Build() local
277 PySymtable_Free(struct symtable *st) in PySymtable_Free()
285 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup()
778 symtable_analyze(struct symtable *st) in symtable_analyze()
799 symtable_warn(struct symtable *st, char *msg, int lineno) in symtable_warn()
819 symtable_exit_block(struct symtable *st, void *ast) in symtable_exit_block()
838 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()
865 symtable_lookup(struct symtable *st, PyObject *name) in symtable_lookup()
879 symtable_add_def(struct symtable *st, PyObject *name, int flag) in symtable_add_def()
1001 symtable_visit_stmt(struct symtable *st, stmt_ty s) in symtable_visit_stmt()
1184 symtable_visit_expr(struct symtable *st, expr_ty e) in symtable_visit_expr()
1296 symtable_implicit_arg(struct symtable *st, int pos) in symtable_implicit_arg()
1310 symtable_visit_params(struct symtable *st, asdl_seq *args, int toplevel) in symtable_visit_params()
1348 symtable_visit_params_nested(struct symtable *st, asdl_seq *args) in symtable_visit_params_nested()
1362 symtable_visit_arguments(struct symtable *st, arguments_ty a) in symtable_visit_arguments()
1386 symtable_visit_excepthandler(struct symtable *st, excepthandler_ty eh) in symtable_visit_excepthandler()
1398 symtable_visit_alias(struct symtable *st, alias_ty a) in symtable_visit_alias()
1438 symtable_visit_comprehension(struct symtable *st, comprehension_ty lc) in symtable_visit_comprehension()
1448 symtable_visit_keyword(struct symtable *st, keyword_ty k) in symtable_visit_keyword()
1456 symtable_visit_slice(struct symtable *st, slice_ty s) in symtable_visit_slice()
1480 symtable_new_tmpname(struct symtable *st) in symtable_new_tmpname()
1497 symtable_handle_comprehension(struct symtable *st, expr_ty e, in symtable_handle_comprehension()
1534 symtable_visit_genexp(struct symtable *st, expr_ty e) in symtable_visit_genexp()
1542 symtable_visit_setcomp(struct symtable *st, expr_ty e) in symtable_visit_setcomp()
1550 symtable_visit_dictcomp(struct symtable *st, expr_ty e) in symtable_visit_dictcomp()