Home
last modified time | relevance | path

Searched refs:MatchStar_kind (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast.h571 MatchClass_kind=5, MatchStar_kind=6, MatchAs_kind=7, enumerator
/third_party/python/Python/
H A Dcompile.c6302 ((N)->kind == MatchStar_kind && !(N)->v.MatchStar.name)
6414 if (elt->kind == MatchStar_kind && !seen_star) { in pattern_unpack_helper()
6423 else if (elt->kind == MatchStar_kind) { in pattern_unpack_helper()
6531 assert(p->kind == MatchStar_kind); in compiler_pattern_star()
6922 if (pattern->kind == MatchStar_kind) { in compiler_pattern_sequence()
7007 case MatchStar_kind: in compiler_pattern()
H A Dast_opt.c1045 case MatchStar_kind: in astfold_pattern()
H A Dast.c645 case MatchStar_kind: in validate_pattern()
H A Dsymtable.c1752 case MatchStar_kind: in symtable_visit_pattern()
H A DPython-ast.c3543 p->kind = MatchStar_kind; in _PyAST_MatchStar()
5368 case MatchStar_kind: in ast2obj_pattern()

Completed in 33 milliseconds