Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c162 static int compiler_visit_stmt(struct compiler *, stmt_ty);
2075 compiler_visit_stmt(struct compiler *c, stmt_ty s) in compiler_visit_stmt() function
/external/python/cpython3/Python/
Dcompile.c178 static int compiler_visit_stmt(struct compiler *, stmt_ty);
2970 compiler_visit_stmt(struct compiler *c, stmt_ty s) in compiler_visit_stmt() function