Searched refs:_PyASTOptimizeState (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Python/ |
D | ast_opt.c | 39 fold_unaryop(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_unaryop() 216 fold_binop(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_binop() 298 fold_tuple(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_tuple() 310 fold_subscr(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_subscr() 335 fold_iter(expr_ty arg, PyArena *arena, _PyASTOptimizeState *state) in fold_iter() 368 fold_compare(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_compare() 389 static int astfold_mod(mod_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); 390 static int astfold_stmt(stmt_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); 391 static int astfold_expr(expr_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); 392 static int astfold_arguments(arguments_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); [all …]
|
D | compile.c | 355 _PyASTOptimizeState state; in PyAST_CompileObject()
|
/external/python/cpython3/Include/ |
D | compile.h | 97 } _PyASTOptimizeState; typedef 99 PyAPI_FUNC(int) _PyAST_Optimize(struct _mod *, PyArena *arena, _PyASTOptimizeState *state);
|