Home
last modified time | relevance | path

Searched refs:PyFrame_IsRestricted (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dframeobject.h58 #define PyFrame_IsRestricted(f) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dframeobject.h58 #define PyFrame_IsRestricted(f) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dframeobject.c383 return PyBool_FromLong(PyFrame_IsRestricted(f)); in frame_getrestricted()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dframeobject.c381 return PyBool_FromLong(PyFrame_IsRestricted(f)); in frame_getrestricted()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c3838 return current_frame == NULL ? 0 : PyFrame_IsRestricted(current_frame); in PyEval_GetRestricted()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dceval.c3816 return current_frame == NULL ? 0 : PyFrame_IsRestricted(current_frame); in PyEval_GetRestricted()