Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h41 #define while_stmt 294 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h41 #define while_stmt 294 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py51 while_stmt = 294 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…
67 while_stmt: 'while' test ':' 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…
87 while_stmt: 'while' test ':' suite ['else' ':' suite]
Dfixer_util.py352 elif child.type in (syms.if_stmt, syms.while_stmt):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c1577 || (ntype == while_stmt) in validate_compound_stmt()
2021 int res = (validate_ntype(tree, while_stmt) in validate_while()
3186 case while_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py521 def while_stmt(self, nodelist): member in Transformer
1477 symbol.while_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c1606 || (ntype == while_stmt) in validate_compound_stmt()
2050 int res = (validate_ntype(tree, while_stmt) in validate_while()
3215 case while_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c2929 REQ(n, while_stmt); in ast_for_while_stmt()
3300 case while_stmt: in ast_for_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c2912 REQ(n, while_stmt); in ast_for_while_stmt()
3283 case while_stmt: in ast_for_stmt()