Home
last modified time | relevance | path

Searched refs:_PyAST_Optimize (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_compile.h36 extern int _PyAST_Optimize(
/third_party/python/Python/
Dast_opt.c859 _PyAST_Optimize(mod_ty mod, PyArena *arena, _PyASTOptimizeState *state) in _PyAST_Optimize() function
Dcompile.c443 if (!_PyAST_Optimize(mod, arena, &state)) { in _PyAST_Compile()