Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast.h569 enum _pattern_kind {MatchValue_kind=1, MatchSingleton_kind=2, enumerator
/third_party/python/Python/
H A Dast_opt.c1031 case MatchSingleton_kind: in astfold_pattern()
H A Dast.c549 case MatchSingleton_kind: in validate_pattern()
H A Dsymtable.c1746 case MatchSingleton_kind: in symtable_visit_pattern()
H A Dcompile.c6985 assert(p->kind == MatchSingleton_kind); in compiler_pattern_singleton()
6999 case MatchSingleton_kind: in compiler_pattern()
H A DPython-ast.c3462 p->kind = MatchSingleton_kind; in _PyAST_MatchSingleton()
5297 case MatchSingleton_kind: in ast2obj_pattern()

Completed in 31 milliseconds