Home
last modified time | relevance | path

Searched refs:_PyAST_MatchAs (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Grammar/
Dpython.gram246 _PyAST_MatchAs(pattern, target->v.Name.id, EXTRA) }
300 | target=pattern_capture_target { _PyAST_MatchAs(NULL, target->v.Name.id, EXTRA) }
307 | "_" { _PyAST_MatchAs(NULL, NULL, EXTRA) }
/third_party/python/Include/internal/
Dpycore_ast.h829 pattern_ty _PyAST_MatchAs(pattern_ty pattern, identifier name, int lineno, int
/third_party/python/Python/
DPython-ast.c3516 _PyAST_MatchAs(pattern_ty pattern, identifier name, int lineno, int col_offset, in _PyAST_MatchAs() function
11467 *out = _PyAST_MatchAs(pattern, name, lineno, col_offset, end_lineno, in obj2ast_pattern()
/third_party/python/Parser/
Dparser.c5805 _res = _PyAST_MatchAs ( pattern , target -> v . Name . id , EXTRA ); in as_pattern_rule()
6921 _res = _PyAST_MatchAs ( NULL , target -> v . Name . id , EXTRA ); in capture_pattern_rule()
7031 _res = _PyAST_MatchAs ( NULL , NULL , EXTRA ); in wildcard_pattern_rule()