Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c161 static PyCodeObject *compiler_mod(struct compiler *, mod_ty);
292 co = compiler_mod(&c, mod); in PyAST_Compile()
1173 compiler_mod(struct compiler *c, mod_ty mod) in compiler_mod() function