Home
last modified time | relevance | path

Searched refs:compiler_in_loop (Results 1 – 2 of 2) 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
/external/python/cpython3/Python/
Dcompile.c191 static int compiler_in_loop(struct compiler *);
3048 if (!compiler_in_loop(c)) in compiler_visit_stmt()
4785 compiler_in_loop(struct compiler *c) { in compiler_in_loop() function