Searched refs:list_for (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | graminit.h | 80 #define list_for 333 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | graminit.h | 80 #define list_for 333 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/ |
D | Grammar | 108 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/ |
D | symbol.py | 90 list_for = 333 variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ast.c | 1014 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/ |
D | ast.c | 1014 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/ |
D | parsermodule.c | 925 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/ |
D | transformer.py | 1055 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/ |
D | parsermodule.c | 954 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()
|