Lines Matching +defs:val +defs:e

2811 check_is_arg(expr_ty e)  in check_is_arg()
2828 check_compare(struct compiler *c, expr_ty e) in check_compare()
2893 compiler_jump_if(struct compiler *c, expr_ty e, basicblock *next, int cond) in compiler_jump_if()
2990 compiler_ifexp(struct compiler *c, expr_ty e) in compiler_ifexp()
3012 compiler_lambda(struct compiler *c, expr_ty e) in compiler_lambda()
4346 compiler_boolop(struct compiler *c, expr_ty e) in compiler_boolop()
4388 PyObject *val; in starunpack_helper() local
4502 compiler_list(struct compiler *c, expr_ty e) in compiler_list()
4518 compiler_tuple(struct compiler *c, expr_ty e) in compiler_tuple()
4534 compiler_set(struct compiler *c, expr_ty e) in compiler_set()
4553 compiler_subdict(struct compiler *c, expr_ty e, Py_ssize_t begin, Py_ssize_t end) in compiler_subdict()
4592 compiler_dict(struct compiler *c, expr_ty e) in compiler_dict()
4652 compiler_compare(struct compiler *c, expr_ty e) in compiler_compare()
4693 infer_type(expr_ty e) in infer_type()
4722 check_caller(struct compiler *c, expr_ty e) in check_caller()
4745 check_subscripter(struct compiler *c, expr_ty e) in check_subscripter()
4772 check_index(struct compiler *c, expr_ty e, expr_ty s) in check_index()
4806 is_import_originated(struct compiler *c, expr_ty e) in is_import_originated()
4851 maybe_optimize_method_call(struct compiler *c, expr_ty e) in maybe_optimize_method_call()
4933 compiler_call(struct compiler *c, expr_ty e) in compiler_call()
4955 compiler_joined_str(struct compiler *c, expr_ty e) in compiler_joined_str()
4982 compiler_formatted_value(struct compiler *c, expr_ty e) in compiler_formatted_value()
5222 expr_ty elt, expr_ty val, int type) in compiler_comprehension_generator()
5239 expr_ty elt, expr_ty val, int type) in compiler_sync_comprehension_generator()
5301 expr_ty e = (expr_ty)asdl_seq_GET(gen->ifs, i); in compiler_sync_comprehension_generator() local
5353 expr_ty elt, expr_ty val, int type) in compiler_async_comprehension_generator()
5395 expr_ty e = (expr_ty)asdl_seq_GET(gen->ifs, i); in compiler_async_comprehension_generator() local
5449 compiler_comprehension(struct compiler *c, expr_ty e, int type, in compiler_comprehension()
5451 expr_ty val) in compiler_comprehension()
5552 compiler_genexp(struct compiler *c, expr_ty e) in compiler_genexp()
5562 compiler_listcomp(struct compiler *c, expr_ty e) in compiler_listcomp()
5572 compiler_setcomp(struct compiler *c, expr_ty e) in compiler_setcomp()
5583 compiler_dictcomp(struct compiler *c, expr_ty e) in compiler_dictcomp()
5823 compiler_visit_expr1(struct compiler *c, expr_ty e) in compiler_visit_expr1()
5958 compiler_visit_expr(struct compiler *c, expr_ty e) in compiler_visit_expr()
5977 expr_ty e = s->v.AugAssign.target; in compiler_augassign() local
6040 check_ann_expr(struct compiler *c, expr_ty e) in check_ann_expr()
6065 check_ann_subscr(struct compiler *c, expr_ty e) in check_ann_subscr()
6230 compiler_subscript(struct compiler *c, expr_ty e) in compiler_subscript()
6510 const char *e = "name capture %R makes remaining patterns unreachable"; in compiler_pattern_as() local
6513 const char *e = "wildcard makes remaining patterns unreachable"; in compiler_pattern_as() local
6573 const char * e = "kwd_attrs (%d) / kwd_patterns (%d) length mismatch in class pattern"; in compiler_pattern_class() local
6577 const char *e = "too many sub-patterns in class pattern %R"; in compiler_pattern_class() local
6635 const char * e = "keys (%d) / patterns (%d) length mismatch in mapping pattern"; in compiler_pattern_mapping() local
6674 const char *e = "can't use NULL keys in MatchMapping " in compiler_pattern_mapping() local
6687 const char *e = "mapping pattern checks duplicate key (%R)"; in compiler_pattern_mapping() local
6697 const char *e = "mapping pattern keys may only match literals and attribute lookups"; in compiler_pattern_mapping() local
6924 const char *e = "multiple starred names in sequence pattern"; in compiler_pattern_sequence() local
6973 const char *e = "patterns may only match literals and attribute lookups"; in compiler_pattern_value() local
7016 const char *e = "invalid match pattern node in AST (kind=%d)"; in compiler_pattern() local
7530 write_location_byte(struct assembler* a, int val) in write_location_byte()
7552 write_location_varint(struct assembler* a, unsigned int val) in write_location_varint()
7560 write_location_signed_varint(struct assembler* a, int val) in write_location_signed_varint()