Home
last modified time | relevance | path

Searched refs:list_for (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h80 #define list_for 333 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h80 #define list_for 333 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar108 listmaker: test ( list_for | (',' test)* [','] )
129 list_iter: list_for | list_if
130 list_for: 'for' exprlist 'in' testlist_safe [list_iter]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py90 list_for = 333 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c1014 REQ(ch, list_for); in count_list_fors()
1022 if (TYPE(ch) == list_for) in count_list_fors()
1050 if (TYPE(CHILD(n, 0)) == list_for) in count_list_ifs()
1097 REQ(ch, list_for); in ast_for_listcomp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c1014 REQ(ch, list_for); in count_list_fors()
1022 if (TYPE(ch) == list_for) in count_list_fors()
1050 if (TYPE(CHILD(n, 0)) == list_for) in count_list_ifs()
1097 REQ(ch, list_for); in ast_for_listcomp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c925 VALIDATER(assert_stmt); VALIDATER(list_for);
1337 if (res && TYPE(CHILD(tree, 0)) == list_for) in validate_list_iter()
2526 if (nch == 2 && TYPE(CHILD(tree, 1)) == list_for) in validate_listmaker()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py1055 if node[i + 1][0] == symbol.list_for:
1108 if nodelist[i][0] == symbol.list_for:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c954 VALIDATER(assert_stmt); VALIDATER(list_for);
1366 if (res && TYPE(CHILD(tree, 0)) == list_for) in validate_list_iter()
2555 if (nch == 2 && TYPE(CHILD(tree, 1)) == list_for) in validate_listmaker()