Home
last modified time | relevance | path

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

/third_party/python/Grammar/
Dpython.gram266 | '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/
Dpycore_ast.h813 pattern_ty _PyAST_MatchSingleton(constant value, int lineno, int col_offset,
/third_party/python/Python/
DPython-ast.c3413 _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/
Dparser.c6235 _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()