Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c179 static int compiler_with(struct compiler *, stmt_ty);
2185 return compiler_with(c, s); in compiler_visit_stmt()
2902 compiler_with(struct compiler *c, stmt_ty s) in compiler_with() function
/external/python/cpython3/Python/
Dcompile.c196 static int compiler_with(struct compiler *, stmt_ty, int);
3055 return compiler_with(c, s, 0); in compiler_visit_stmt()
4331 compiler_with(struct compiler *c, stmt_ty s, int pos) in compiler_with() function
4365 else if (!compiler_with(c, s, pos)) in compiler_with()