Searched refs:_PyAST_MatchSingleton (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Grammar/ |
| D | python.gram | 266 | 'None' { _PyAST_MatchSingleton(Py_None, EXTRA) } 267 | 'True' { _PyAST_MatchSingleton(Py_True, EXTRA) } 268 | 'False' { _PyAST_MatchSingleton(Py_False, EXTRA) }
|
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 813 pattern_ty _PyAST_MatchSingleton(constant value, int lineno, int col_offset,
|
| /third_party/python/Python/ |
| D | Python-ast.c | 3413 _PyAST_MatchSingleton(constant value, int lineno, int col_offset, int in _PyAST_MatchSingleton() function 11088 *out = _PyAST_MatchSingleton(value, lineno, col_offset, end_lineno, in obj2ast_pattern()
|
| /third_party/python/Parser/ |
| D | parser.c | 6235 _res = _PyAST_MatchSingleton ( Py_None , EXTRA ); in literal_pattern_rule() 6268 _res = _PyAST_MatchSingleton ( Py_True , EXTRA ); in literal_pattern_rule() 6301 _res = _PyAST_MatchSingleton ( Py_False , EXTRA ); in literal_pattern_rule()
|