Searched refs:_PyAST_Compile (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_compile.h | 15 PyAPI_FUNC(PyCodeObject*) _PyAST_Compile(
|
/third_party/python/Tools/peg_generator/peg_extension/ |
D | peg_extension.c | 11 result = (PyObject *)_PyAST_Compile(module, filename_ob, NULL, -1, arena); in _build_return_object()
|
/third_party/python/Python/ |
D | pythonrun.c | 1303 PyCodeObject *co = _PyAST_Compile(mod, filename, flags, -1, arena); in run_mod() 1380 co = _PyAST_Compile(mod, filename, flags, optimize, arena); in Py_CompileStringObject()
|
D | bltinmodule.c | 829 result = (PyObject*)_PyAST_Compile(mod, filename, in builtin_compile_impl()
|
D | compile.c | 403 _PyAST_Compile(mod_ty mod, PyObject *filename, PyCompilerFlags *flags, in _PyAST_Compile() function
|