Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c1576 compiler_if(struct compiler *c, stmt_ty s) in compiler_if() function
2120 return compiler_if(c, s); in compiler_visit_stmt()
/external/python/cpython3/Python/
Dcompile.c2294 compiler_if(struct compiler *c, stmt_ty s) in compiler_if() function
3019 return compiler_if(c, s); in compiler_visit_stmt()