Home
last modified time | relevance | path

Searched refs:augassign (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h18 #define augassign 271 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h18 #define augassign 271 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py28 augassign = 271 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar37 expr_stmt: testlist (augassign (yield_expr|testlist) |
39 augassign: ('+=' | '-=' | '*=' | '/=' | '%=' | '&=' | '|=' | '^=' |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt56 expr_stmt: testlist_star_expr (augassign (yield_expr|testlist) |
59 augassign: ('+=' | '-=' | '*=' | '/=' | '%=' | '&=' | '|=' | '^=' |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c490 REQ(n, augassign); in ast_for_augassign()
2187 else if (TYPE(CHILD(n, 1)) == augassign) { in ast_for_expr_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c490 REQ(n, augassign); in ast_for_augassign()
2192 else if (TYPE(CHILD(n, 1)) == augassign) { in ast_for_expr_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py988 assert node[0] == symbol.augassign
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c1612 && TYPE(CHILD(tree, 1)) == augassign) { in validate_expr_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c1641 && TYPE(CHILD(tree, 1)) == augassign) { in validate_expr_stmt()