Home
last modified time | relevance | path

Searched defs:_excepthandler (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h343 struct _excepthandler { struct
344 enum _excepthandler_kind kind; argument
345 union {
352 } v;
353 int lineno;
354 int col_offset;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h343 struct _excepthandler { struct
344 enum _excepthandler_kind kind; argument
345 union {
352 } v;
353 int lineno;
354 int col_offset;