Searched refs:_PyAST_MatchAs (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Grammar/ |
D | python.gram | 246 _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/ |
D | pycore_ast.h | 829 pattern_ty _PyAST_MatchAs(pattern_ty pattern, identifier name, int lineno, int
|
/third_party/python/Python/ |
D | Python-ast.c | 3516 _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/ |
D | parser.c | 5805 _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()
|