Home
last modified time | relevance | path

Searched refs:_alias (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h35 typedef struct _alias *alias_ty;
369 struct _alias { struct
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h35 typedef struct _alias *alias_ty;
369 struct _alias { struct
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dunparse.py566 def _alias(self, t): member in Unparser