Searched refs:listmaker (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | graminit.h | 66 #define listmaker 319 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_set_literal.py | 31 fake = pytree.Node(syms.listmaker, [single.clone()])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | graminit.h | 66 #define listmaker 319 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | symbol.py | 76 listmaker = 319 variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/ |
D | Grammar | 104 '[' [listmaker] ']' | 108 listmaker: test ( list_for | (',' test)* [','] )
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | Grammar.txt | 126 '[' [listmaker] ']' | 130 listmaker: (test|star_expr) ( comp_for | (',' (test|star_expr))* [','] )
|
D | fixer_util.py | 107 inner = Node(syms.listmaker, [xp, Node(syms.comp_for, inner_args)])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ast.c | 585 TYPE(n) == listmaker || in seq_for_testlist() 1075 REQ(n, listmaker); in ast_for_listcomp() 1428 REQ(ch, listmaker); in ast_for_atom()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | ast.c | 585 TYPE(n) == listmaker || in seq_for_testlist() 1075 REQ(n, listmaker); in ast_for_listcomp() 1428 REQ(ch, listmaker); in ast_for_atom()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | parsermodule.c | 940 VALIDATER(listmaker); VALIDATER(yield_stmt);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | parsermodule.c | 969 VALIDATER(listmaker); VALIDATER(yield_stmt);
|