Home
last modified time | relevance | path

Searched refs:ExceptHandler_kind (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h342 enum _excepthandler_kind {ExceptHandler_kind=1}; enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h342 enum _excepthandler_kind {ExceptHandler_kind=1}; enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
DPython-ast.c2069 p->kind = ExceptHandler_kind; in ExceptHandler()
3184 case ExceptHandler_kind: in ast2obj_excepthandler()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
DPython-ast.c2052 p->kind = ExceptHandler_kind; in ExceptHandler()
3167 case ExceptHandler_kind: in ast2obj_excepthandler()