Searched refs:Py_CompileStringExFlags (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | pythonrun.h | 57 PyAPI_FUNC(PyObject *) Py_CompileStringExFlags( 69 #define Py_CompileString(str, p, s) Py_CompileStringExFlags(str, p, s, NULL, -1) 70 #define Py_CompileStringFlags(str, p, s, f) Py_CompileStringExFlags(str, p, s, f, -1)
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | pythonrun.h | 57 PyAPI_FUNC(PyObject *) Py_CompileStringExFlags( 69 #define Py_CompileString(str, p, s) Py_CompileStringExFlags(str, p, s, NULL, -1) 70 #define Py_CompileStringFlags(str, p, s, f) Py_CompileStringExFlags(str, p, s, f, -1)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | pythonrun.h | 57 PyAPI_FUNC(PyObject *) Py_CompileStringExFlags( 69 #define Py_CompileString(str, p, s) Py_CompileStringExFlags(str, p, s, NULL, -1) 70 #define Py_CompileStringFlags(str, p, s, f) Py_CompileStringExFlags(str, p, s, f, -1)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | pythonrun.h | 57 PyAPI_FUNC(PyObject *) Py_CompileStringExFlags( 69 #define Py_CompileString(str, p, s) Py_CompileStringExFlags(str, p, s, NULL, -1) 70 #define Py_CompileStringFlags(str, p, s, f) Py_CompileStringExFlags(str, p, s, f, -1)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | pythonrun.h | 57 PyAPI_FUNC(PyObject *) Py_CompileStringExFlags( 69 #define Py_CompileString(str, p, s) Py_CompileStringExFlags(str, p, s, NULL, -1) 70 #define Py_CompileStringFlags(str, p, s, f) Py_CompileStringExFlags(str, p, s, f, -1)
|
/aosp_15_r20/external/python/cpython3/Programs/ |
D | _freeze_module.c | 125 PyObject *code = Py_CompileStringExFlags(text, filename, in compile_and_marshal()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pythonrun.c | 1809 Py_CompileStringExFlags(const char *str, const char *filename_str, int start, in Py_CompileStringExFlags() function 1985 return Py_CompileStringExFlags(str, p, s, NULL, -1); in Py_CompileString() 1993 return Py_CompileStringExFlags(str, p, s, flags, -1); in Py_CompileStringFlags()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2869 Py_CompileStringExFlags:PyObject*::+1: 2870 Py_CompileStringExFlags:const char*:str:: 2871 Py_CompileStringExFlags:const char*:filename:: 2872 Py_CompileStringExFlags:int:start:: 2873 Py_CompileStringExFlags:PyCompilerFlags*:flags:: 2874 Py_CompileStringExFlags:int:optimize::
|
D | python3.11.abi | 858 …<elf-symbol name='Py_CompileStringExFlags' type='func-type' binding='global-binding' visibility='d… 15005 …Py_CompileStringExFlags' mangled-name='Py_CompileStringExFlags' filepath='Python/pythonrun.c' line…
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | veryhigh.rst | 243 This is a simplified interface to :c:func:`Py_CompileStringExFlags` below, with 266 .. c:function:: PyObject* Py_CompileStringExFlags(const char *str, const char *filename, int start,…
|