Home
last modified time | relevance | path

Searched refs:PyFrame_FastToLocalsWithError (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dframeobject.h28 PyAPI_FUNC(int) PyFrame_FastToLocalsWithError(PyFrameObject *f);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dframeobject.h28 PyAPI_FUNC(int) PyFrame_FastToLocalsWithError(PyFrameObject *f);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dframeobject.h28 PyAPI_FUNC(int) PyFrame_FastToLocalsWithError(PyFrameObject *f);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dframeobject.h28 PyAPI_FUNC(int) PyFrame_FastToLocalsWithError(PyFrameObject *f);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dframeobject.h28 PyAPI_FUNC(int) PyFrame_FastToLocalsWithError(PyFrameObject *f);
/aosp_15_r20/external/python/cpython3/Objects/
Dframeobject.c28 if (PyFrame_FastToLocalsWithError(f) < 0) in frame_getlocals()
1195 PyFrame_FastToLocalsWithError(PyFrameObject *f) in PyFrame_FastToLocalsWithError() function
1216 res = PyFrame_FastToLocalsWithError(f); in PyFrame_FastToLocals()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h196 if (PyFrame_FastToLocalsWithError(frame) < 0) { in PyFrame_GetLocals()
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Deval_frame.c162 return PyFrame_FastToLocalsWithError(frame); in THP_PyFrame_FastToLocalsWithError()
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c944 if (PyFrame_FastToLocalsWithError(frame) < 0) { in call_trampoline()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a7.rst141 :c:func:`PyFrame_FastToLocalsWithError` and :c:func:`PyFrame_LocalsToFast`
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2465 :c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`,
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi247 …<elf-symbol name='PyFrame_FastToLocalsWithError' type='func-type' binding='global-binding' visibil…
8339PyFrame_FastToLocalsWithError' mangled-name='PyFrame_FastToLocalsWithError' filepath='Objects/fram…
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY3259 - Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle