Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dast_opt.c629 static int astfold_stmt(stmt_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);
663 CALL_SEQ(astfold_stmt, stmt, stmts); in astfold_body()
690 CALL_SEQ(astfold_stmt, stmt, node_->v.Interactive.body); in astfold_mod()
868 astfold_stmt(stmt_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_stmt() function
922 CALL_SEQ(astfold_stmt, stmt, node_->v.For.body); in astfold_stmt()
923 CALL_SEQ(astfold_stmt, stmt, node_->v.For.orelse); in astfold_stmt()
930 CALL_SEQ(astfold_stmt, stmt, node_->v.AsyncFor.body); in astfold_stmt()
931 CALL_SEQ(astfold_stmt, stmt, node_->v.AsyncFor.orelse); in astfold_stmt()
935 CALL_SEQ(astfold_stmt, stmt, node_->v.While.body); in astfold_stmt()
936 CALL_SEQ(astfold_stmt, stm in astfold_stmt()
[all...]

Completed in 2 milliseconds