Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c284 static int compiler_with(struct compiler *, stmt_ty, int);
3573 return compiler_with(c, s, 0); in compiler_visit_stmt()
5111 compiler_with(struct compiler *c, stmt_ty s, int pos) in compiler_with() function
5147 else if (!compiler_with(c, s, pos)) in compiler_with()