Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c242 compiler_init(struct compiler *c) in compiler_init() function
268 if (!compiler_init(&c)) in PyAST_Compile()
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c522 compiler_init(struct compiler *c) in compiler_init() function
548 if (!compiler_init(&c)) in _PyAST_Compile()