Home
last modified time | relevance | path

Searched refs:shift_expr (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar97 and_expr: shift_expr ('&' shift_expr)*
98 shift_expr: arith_expr (('<<'|'>>') arith_expr)*
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h60 #define shift_expr 313 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h60 #define shift_expr 313 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py70 shift_expr = 313 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt119 and_expr: shift_expr ('&' shift_expr)*
120 shift_expr: arith_expr (('<<'|'>>') arith_expr)*
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_has_key.py105 syms.and_expr, syms.shift_expr,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dexample.py181 (symbol.shift_expr,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py669 def shift_expr(self, nodelist): member in Transformer
1437 symbol.shift_expr,
1492 symbol.shift_expr,
1514 symbol.shift_expr,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c933 VALIDATER(shift_expr); VALIDATER(arith_expr);
2366 return (validate_ntype(tree, shift_expr) in validate_shift_expr()
3237 case shift_expr: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c962 VALIDATER(shift_expr); VALIDATER(arith_expr);
2395 return (validate_ntype(tree, shift_expr) in validate_shift_expr()
3266 case shift_expr: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c1939 case shift_expr: in ast_for_expr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c1944 case shift_expr: in ast_for_expr()