Home
last modified time | relevance | path

Searched refs:IsNot (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
DPython.asdl99 cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
DPython-ast.c3124 case IsNot: in ast2obj_cmpop()
6216 *out = IsNot; in obj2ast_cmpop()
Dast.c565 return IsNot; in ast_for_comp_op()
Dcompile.c2302 case IsNot: in cmpop()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
DPython-ast.c3107 case IsNot: in ast2obj_cmpop()
6199 *out = IsNot; in obj2ast_cmpop()
Dast.c565 return IsNot; in ast_for_comp_op()
Dcompile.c2282 case IsNot: in cmpop()