Searched refs:while_stmt (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h41 #define while_stmt 294 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h41 #define while_stmt 294 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py51 while_stmt = 294 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Dfixer_util.py352 elif child.type in (syms.if_stmt, syms.while_stmt):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c1591 * if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decorated
1606 || (ntype == while_stmt)
2050 int res = (validate_ntype(tree, while_stmt)
3215 case while_stmt:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c1562 * if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decorated
1577 || (ntype == while_stmt)
2021 int res = (validate_ntype(tree, while_stmt)
3186 case while_stmt:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dtransformer.py521 def while_stmt(self, nodelist): member in class:Transformer
1477 symbol.while_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c2928 /* while_stmt: 'while' test ':' suite ['else' ':' suite] */
2929 REQ(n, while_stmt);
3292 /* compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt
3300 case while_stmt:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c2911 /* while_stmt: 'while' test ':' suite ['else' ':' suite] */
2912 REQ(n, while_stmt);
3275 /* compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt
3283 case while_stmt:

Completed in 64 milliseconds