Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h707 stmt_ty _PyAST_Break(int lineno, int col_offset, int end_lineno, int
/third_party/python/Grammar/
Dpython.gram77 | 'break' { _PyAST_Break(EXTRA) }
/third_party/python/Python/
DPython-ast.c2512 _PyAST_Break(int lineno, int col_offset, int end_lineno, int end_col_offset, in _PyAST_Break() function
7810 *out = _PyAST_Break(lineno, col_offset, end_lineno, end_col_offset, in obj2ast_stmt()
/third_party/python/Parser/
Dparser.c2020 _res = _PyAST_Break ( EXTRA ); in simple_stmt_rule()