Home
last modified time | relevance | path

Searched refs:with_stmt (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h44 #define with_stmt 297 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h44 #define with_stmt 297 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py54 with_stmt = 297 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar65 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
74 with_stmt: 'with' with_item (',' with_item)* ':' suite
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
94 with_stmt: 'with' with_item (',' with_item)* ':' suite
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c1580 || (ntype == with_stmt) in validate_compound_stmt()
2650 int ok = (validate_ntype(tree, with_stmt) in validate_with_stmt()
3088 case with_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py552 def with_stmt(self, nodelist): member in Transformer
1480 symbol.with_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c1609 || (ntype == with_stmt) in validate_compound_stmt()
2679 int ok = (validate_ntype(tree, with_stmt) in validate_with_stmt()
3117 case with_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c3172 REQ(n, with_stmt); in ast_for_with_stmt()
3306 case with_stmt: in ast_for_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c3155 REQ(n, with_stmt); in ast_for_with_stmt()
3289 case with_stmt: in ast_for_stmt()