Searched refs:_PyASTOptimizeState (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Python/ |
D | ast_opt.c | 42 fold_unaryop(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_unaryop() 228 fold_binop(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_binop() 313 fold_tuple(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_tuple() 325 fold_subscr(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_subscr() 350 fold_iter(expr_ty arg, PyArena *arena, _PyASTOptimizeState *state) in fold_iter() 383 fold_compare(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_compare() 404 static int astfold_mod(mod_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); 405 static int astfold_stmt(stmt_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); 406 static int astfold_expr(expr_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); 407 static int astfold_arguments(arguments_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); [all …]
|
D | compile.c | 439 _PyASTOptimizeState state; in _PyAST_Compile()
|
/third_party/python/Include/internal/ |
D | pycore_compile.h | 34 } _PyASTOptimizeState; typedef 39 _PyASTOptimizeState *state);
|