Searched refs:_PyAST_MatchValue (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Grammar/ |
D | python.gram | 263 | 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/ |
D | pycore_ast.h | 811 pattern_ty _PyAST_MatchValue(expr_ty value, int lineno, int col_offset, int
|
/third_party/python/Python/ |
D | Python-ast.c | 3391 _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/ |
D | parser.c | 6136 _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()
|