Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c1616 compiler_for(struct compiler *c, stmt_ty s) in compiler_for() function
2116 return compiler_for(c, s); in compiler_visit_stmt()
/external/python/cpython3/Python/
Dcompile.c2334 compiler_for(struct compiler *c, stmt_ty s) in compiler_for() function
3015 return compiler_for(c, s); in compiler_visit_stmt()