Searched refs:testlist_comp (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h67 #define testlist_comp 320 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h67 #define testlist_comp 320 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py77 testlist_comp = 320 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dtransformer.py584 def testlist_comp(self, nodelist): member in class:Transformer
1006 if t in (symbol.exprlist, symbol.testlist, symbol.testlist_safe, symbol.testlist_comp):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c586 TYPE(n) == testlist_comp ||
1348 assert(TYPE(n) == (testlist_comp) || TYPE(n) == (argument));
1362 /* atom: '(' [yield_expr|testlist_comp] ')' | '[' [listmaker] ']'
2116 /* testlist_comp: test (',' test)* [','] */
2121 if (TYPE(n) == testlist_comp) {
2143 /* testlist_comp: test ( comp_for | (',' test)* [','] ) */
2145 assert(TYPE(n) == testlist_comp || TYPE(n) == argument);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c586 TYPE(n) == testlist_comp ||
1348 assert(TYPE(n) == (testlist_comp) || TYPE(n) == (argument));
1362 /* atom: '(' [yield_expr|testlist_comp] ')' | '[' [listmaker] ']'
2111 /* testlist_comp: test (',' test)* [','] */
2116 if (TYPE(n) == testlist_comp) {
2138 /* testlist_comp: test ( comp_for | (',' test)* [','] ) */
2140 assert(TYPE(n) == testlist_comp || TYPE(n) == argument);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c972 VALIDATER(testlist_comp); VALIDATER(yield_expr); variable
2575 /* testlist_comp:
2585 err_string("missing child nodes of testlist_comp");
2607 err_string("illegal trailing nodes for testlist_comp");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c943 VALIDATER(testlist_comp); VALIDATER(yield_expr); variable
2546 /* testlist_comp:
2556 err_string("missing child nodes of testlist_comp");
2578 err_string("illegal trailing nodes for testlist_comp");

Completed in 75 milliseconds