Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c242 compiler_init(struct compiler *c) in compiler_init() function
268 if (!compiler_init(&c)) in PyAST_Compile()
/external/python/cpython3/Python/
Dcompile.c289 compiler_init(struct compiler *c) in compiler_init() function
319 if (!compiler_init(&c)) in PyAST_CompileObject()