Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c179 static int compiler_with(struct compiler *, stmt_ty);
2183 return compiler_with(c, s); in compiler_visit_stmt()
2901 compiler_with(struct compiler *c, stmt_ty s) in compiler_with() function