Home
last modified time | relevance | path

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

/third_party/python/Grammar/
Dpython.gram263 | value=signed_number !('+' | '-') { _PyAST_MatchValue(value, EXTRA) }
264 | value=complex_number { _PyAST_MatchValue(value, EXTRA) }
265 | value=strings { _PyAST_MatchValue(value, EXTRA) }
310 | attr=attr !('.' | '(' | '=') { _PyAST_MatchValue(attr, EXTRA) }
/third_party/python/Include/internal/
Dpycore_ast.h811 pattern_ty _PyAST_MatchValue(expr_ty value, int lineno, int col_offset, int
/third_party/python/Python/
DPython-ast.c3391 _PyAST_MatchValue(expr_ty value, int lineno, int col_offset, int end_lineno, in _PyAST_MatchValue() function
11058 *out = _PyAST_MatchValue(value, lineno, col_offset, end_lineno, in obj2ast_pattern()
/third_party/python/Parser/
Dparser.c6136 _res = _PyAST_MatchValue ( value , EXTRA ); in literal_pattern_rule()
6169 _res = _PyAST_MatchValue ( value , EXTRA ); in literal_pattern_rule()
6202 _res = _PyAST_MatchValue ( value , EXTRA ); in literal_pattern_rule()
7095 _res = _PyAST_MatchValue ( attr , EXTRA ); in value_pattern_rule()