Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h69 struct _stmt { struct
70 enum _stmt_kind kind; argument
71 union {
182 } v;
183 int lineno;
184 int col_offset;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h69 struct _stmt { struct
70 enum _stmt_kind kind; argument
71 union {
182 } v;
183 int lineno;
184 int col_offset;