Home
last modified time | relevance | path

Searched defs:And (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h16 typedef enum _boolop { And=1, Or=2 } boolop_ty; enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h16 typedef enum _boolop { And=1, Or=2 } boolop_ty; enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dast.py68 class And(Node): class