Home
last modified time | relevance | path

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

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