Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h67 #define testlist_comp 320 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h67 #define testlist_comp 320 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py77 testlist_comp = 320 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar103 atom: ('(' [yield_expr|testlist_comp] ')' |
109 testlist_comp: test ( comp_for | (',' test)* [','] )
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c586 TYPE(n) == testlist_comp || in seq_for_testlist()
1348 assert(TYPE(n) == (testlist_comp) || TYPE(n) == (argument)); in ast_for_genexp()
2121 if (TYPE(n) == testlist_comp) { in ast_for_testlist()
2145 assert(TYPE(n) == testlist_comp || TYPE(n) == argument); in ast_for_testlist_comp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c586 TYPE(n) == testlist_comp || in seq_for_testlist()
1348 assert(TYPE(n) == (testlist_comp) || TYPE(n) == (argument)); in ast_for_genexp()
2116 if (TYPE(n) == testlist_comp) { in ast_for_testlist()
2140 assert(TYPE(n) == testlist_comp || TYPE(n) == argument); in ast_for_testlist_comp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py584 def testlist_comp(self, nodelist): member in 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.2/Modules/
Dparsermodule.c943 VALIDATER(testlist_comp); VALIDATER(yield_expr);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c972 VALIDATER(testlist_comp); VALIDATER(yield_expr);