Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h20 #define del_stmt 273 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h20 #define del_stmt 273 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py30 del_stmt = 273 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar35 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |
44 del_stmt: 'del' exprlist
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt54 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |
64 del_stmt: 'del' exprlist
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c920 VALIDATER(print_stmt); VALIDATER(del_stmt);
1538 || (ntype == del_stmt) in validate_small_stmt()
3144 case del_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py399 def del_stmt(self, nodelist): member in Transformer
1466 symbol.del_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c949 VALIDATER(print_stmt); VALIDATER(del_stmt);
1567 || (ntype == del_stmt) in validate_small_stmt()
3173 case del_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c2334 REQ(n, del_stmt); in ast_for_del_stmt()
3270 case del_stmt: in ast_for_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c2329 REQ(n, del_stmt); in ast_for_del_stmt()
3253 case del_stmt: in ast_for_stmt()