Searched refs:_PyAST_Break (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast.h | 707 stmt_ty _PyAST_Break(int lineno, int col_offset, int end_lineno, int
|
/third_party/python/Grammar/ |
D | python.gram | 77 | 'break' { _PyAST_Break(EXTRA) }
|
/third_party/python/Python/ |
D | Python-ast.c | 2512 _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/ |
D | parser.c | 2020 _res = _PyAST_Break ( EXTRA ); in simple_stmt_rule()
|