Searched refs:_PyAST_For (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 662 stmt_ty _PyAST_For(expr_ty target, expr_ty iter, asdl_stmt_seq * body,
|
| /third_party/python/Grammar/ |
| D | python.gram | 187 _PyAST_For(t, ex, b, el, NEW_TYPE_COMMENT(p, tc), EXTRA) }
|
| /third_party/python/Python/ |
| D | Python-ast.c | 2164 _PyAST_For(expr_ty target, expr_ty iter, asdl_stmt_seq * body, asdl_stmt_seq * in _PyAST_For() function 6625 *out = _PyAST_For(target, iter, body, orelse, type_comment, lineno, in obj2ast_stmt()
|
| /third_party/python/Parser/ |
| D | parser.c | 4465 _res = _PyAST_For ( t , ex , b , el , NEW_TYPE_COMMENT ( p , tc ) , EXTRA ); in for_stmt_rule()
|