Lines Matching defs:st
59 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new()
246 struct symtable *st; in symtable_new() local
284 struct symtable *st = symtable_new(); in _PySymtable_Build() local
371 _PySymtable_Free(struct symtable *st) in _PySymtable_Free()
380 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup()
938 symtable_analyze(struct symtable *st) in symtable_analyze()
963 symtable_exit_block(struct symtable *st) in symtable_exit_block()
979 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()
1023 symtable_lookup(struct symtable *st, PyObject *name) in symtable_lookup()
1034 symtable_add_def_helper(struct symtable *st, PyObject *name, int flag, struct _symtable_entry *ste, in symtable_add_def_helper()
1120 symtable_add_def(struct symtable *st, PyObject *name, int flag, in symtable_add_def()
1177 symtable_record_directive(struct symtable *st, identifier name, int lineno, in symtable_record_directive()
1200 symtable_visit_stmt(struct symtable *st, stmt_ty s) in symtable_visit_stmt()
1481 symtable_extend_namedexpr_scope(struct symtable *st, expr_ty e) in symtable_extend_namedexpr_scope()
1557 symtable_handle_namedexpr(struct symtable *st, expr_ty e) in symtable_handle_namedexpr()
1580 symtable_visit_expr(struct symtable *st, expr_ty e) in symtable_visit_expr()
1743 symtable_visit_pattern(struct symtable *st, pattern_ty p) in symtable_visit_pattern()
1793 symtable_implicit_arg(struct symtable *st, int pos) in symtable_implicit_arg()
1807 symtable_visit_params(struct symtable *st, asdl_arg_seq *args) in symtable_visit_params()
1824 symtable_visit_annotation(struct symtable *st, expr_ty annotation) in symtable_visit_annotation()
1842 symtable_visit_argannotations(struct symtable *st, asdl_arg_seq *args) in symtable_visit_argannotations()
1859 symtable_visit_annotations(struct symtable *st, stmt_ty o, arguments_ty a, expr_ty returns) in symtable_visit_annotations()
1888 symtable_visit_arguments(struct symtable *st, arguments_ty a) in symtable_visit_arguments()
1914 symtable_visit_excepthandler(struct symtable *st, excepthandler_ty eh) in symtable_visit_excepthandler()
1926 symtable_visit_withitem(struct symtable *st, withitem_ty item) in symtable_visit_withitem()
1936 symtable_visit_match_case(struct symtable *st, match_case_ty m) in symtable_visit_match_case()
1947 symtable_visit_alias(struct symtable *st, alias_ty a) in symtable_visit_alias()
1991 symtable_visit_comprehension(struct symtable *st, comprehension_ty lc) in symtable_visit_comprehension()
2008 symtable_visit_keyword(struct symtable *st, keyword_ty k) in symtable_visit_keyword()
2016 symtable_handle_comprehension(struct symtable *st, expr_ty e, in symtable_handle_comprehension()
2072 symtable_visit_genexp(struct symtable *st, expr_ty e) in symtable_visit_genexp()
2080 symtable_visit_listcomp(struct symtable *st, expr_ty e) in symtable_visit_listcomp()
2088 symtable_visit_setcomp(struct symtable *st, expr_ty e) in symtable_visit_setcomp()
2096 symtable_visit_dictcomp(struct symtable *st, expr_ty e) in symtable_visit_dictcomp()
2105 symtable_raise_if_annotation_block(struct symtable *st, const char *name, expr_ty e) in symtable_raise_if_annotation_block()
2121 symtable_raise_if_comprehension_block(struct symtable *st, expr_ty e) { in symtable_raise_if_comprehension_block()
2138 struct symtable *st; in _Py_SymtableStringObjectFlags() local