Home
last modified time | relevance | path

Searched refs:for_stmt (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h42 #define for_stmt 295 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h42 #define for_stmt 295 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py52 for_stmt = 295 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar65 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
68 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
88 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite]
Dfixer_util.py347 if child.type == syms.for_stmt:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c1578 || (ntype == for_stmt) in validate_compound_stmt()
2041 int res = (validate_ntype(tree, for_stmt) in validate_for()
3189 case for_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py534 def for_stmt(self, nodelist): member in Transformer
1478 symbol.for_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c1607 || (ntype == for_stmt) in validate_compound_stmt()
2070 int res = (validate_ntype(tree, for_stmt) in validate_for()
3218 case for_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c2959 REQ(n, for_stmt); in ast_for_for_stmt()
3285 case for_stmt: in ast_for_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c2976 REQ(n, for_stmt); in ast_for_for_stmt()
3302 case for_stmt: in ast_for_stmt()