Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h181 AsyncWith_kind=14, Match_kind=15, Raise_kind=16, Try_kind=17, enumerator
/third_party/python/Python/
Dast.c768 case Match_kind: in validate_stmt()
Dast_opt.c753 case Match_kind: in astfold_stmt()
Dsymtable.c1329 case Match_kind: in symtable_visit_stmt()
DPython-ast.c2330 p->kind = Match_kind; in _PyAST_Match()
3991 case Match_kind: in ast2obj_stmt()
Dcompile.c3537 case Match_kind: in compiler_visit_stmt()