Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h25 #define return_stmt 278 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h25 #define return_stmt 278 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py35 return_stmt = 278 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar46 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt | yield_stmt
49 return_stmt: 'return' [testlist]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt66 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt | yield_stmt
69 return_stmt: 'return' [testlist]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c921 VALIDATER(return_stmt); VALIDATER(list_iter);
1705 int res = (validate_ntype(tree, return_stmt) in validate_return_stmt()
3116 || (TYPE(CHILD(tree, 0)) == return_stmt) in validate_node()
3159 case return_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c950 VALIDATER(return_stmt); VALIDATER(list_iter);
1734 int res = (validate_ntype(tree, return_stmt) in validate_return_stmt()
3145 || (TYPE(CHILD(tree, 0)) == return_stmt) in validate_node()
3188 case return_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py411 def return_stmt(self, nodelist): member in Transformer
1470 symbol.return_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c2370 case return_stmt: in ast_for_flow_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c2365 case return_stmt: in ast_for_flow_stmt()