Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c180 static int compiler_visit_expr(struct compiler *, expr_ty);
1700 if (!compiler_visit_expr(c, default_)) { in compiler_visit_kwonlydefaults()
4390 compiler_visit_expr(struct compiler *c, expr_ty e) in compiler_visit_expr() function
/external/python/cpython2/Python/
Dcompile.c164 static int compiler_visit_expr(struct compiler *, expr_ty);
2958 compiler_visit_expr(struct compiler *c, expr_ty e) in compiler_visit_expr() function