Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c404 static PyCodeObject *compiler_mod(struct compiler *, mod_ty);
581 co = compiler_mod(&c, mod); in _PyAST_Compile()
2181 compiler_mod(struct compiler *c, mod_ty mod) in compiler_mod() function