Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c150 static void compiler_free(struct compiler *);
295 compiler_free(&c); in PyAST_Compile()
316 compiler_free(struct compiler *c) in compiler_free() function
/external/python/cpython3/Python/
Dcompile.c167 static void compiler_free(struct compiler *);
352 compiler_free(&c); in PyAST_CompileObject()
388 compiler_free(struct compiler *c) in compiler_free() function