Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c174 static int compiler_in_loop(struct compiler *);
2178 if (!compiler_in_loop(c)) in compiler_visit_stmt()
3172 compiler_in_loop(struct compiler *c) { in compiler_in_loop() function