Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h562 enum _pattern_kind {MatchValue_kind=1, MatchSingleton_kind=2, enumerator
/third_party/python/Python/
Dast_opt.c810 case MatchSingleton_kind: in astfold_pattern()
Dast.c518 case MatchSingleton_kind: in validate_pattern()
Dsymtable.c1754 case MatchSingleton_kind: in symtable_visit_pattern()
Dcompile.c6324 assert(p->kind == MatchSingleton_kind); in compiler_pattern_singleton()
6338 case MatchSingleton_kind: in compiler_pattern()
DPython-ast.c3425 p->kind = MatchSingleton_kind; in _PyAST_MatchSingleton()
5161 case MatchSingleton_kind: in ast2obj_pattern()