Home
last modified time | relevance | path

Searched refs:_PyASTOptimizeState (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Python/
H A Dast_opt.c4 #include "pycore_compile.h" // _PyASTOptimizeState
57 fold_unaryop(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_unaryop()
445 fold_binop(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_binop()
542 fold_tuple(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_tuple()
554 fold_subscr(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_subscr()
579 fold_iter(expr_ty arg, PyArena *arena, _PyASTOptimizeState *state) in fold_iter()
608 fold_compare(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_compare()
628 static int astfold_mod(mod_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);
629 static int astfold_stmt(stmt_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);
630 static int astfold_expr(expr_ty node_, PyArena *ctx_, _PyASTOptimizeState *stat
[all...]
H A Dtraceback.c684 _PyASTOptimizeState state; in extract_anchors_from_line()
H A Dcompile.c566 _PyASTOptimizeState state; in _PyAST_Compile()
/third_party/python/Include/internal/
H A Dpycore_compile.h34 } _PyASTOptimizeState; typedef
39 _PyASTOptimizeState *state);

Completed in 18 milliseconds