Home
last modified time | relevance | path

Searched refs:compiler_mod (Results 1 – 2 of 2) 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()
1182 compiler_mod(struct compiler *c, mod_ty mod) in compiler_mod() function
/external/python/cpython3/Python/
Dcompile.c177 static PyCodeObject *compiler_mod(struct compiler *, mod_ty);
349 co = compiler_mod(&c, mod); in PyAST_CompileObject()
1512 compiler_mod(struct compiler *c, mod_ty mod) in compiler_mod() function