Home
last modified time | relevance | path

Searched refs:astfold_arguments (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dast_opt.c392 static int astfold_arguments(arguments_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);
484 CALL(astfold_arguments, arguments_ty, node_->v.Lambda.args); in astfold_expr()
596 astfold_arguments(arguments_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_arguments() function
622 CALL(astfold_arguments, arguments_ty, node_->v.FunctionDef.args); in astfold_stmt()
630 CALL(astfold_arguments, arguments_ty, node_->v.AsyncFunctionDef.args); in astfold_stmt()