Home
last modified time | relevance | path

Searched refs:if_stmt (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h40 #define if_stmt 293 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h40 #define if_stmt 293 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py50 if_stmt = 293 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…
66 if_stmt: 'if' test ':' suite ('elif' test ':' suite)* ['else' ':' 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…
86 if_stmt: 'if' test ':' suite ('elif' test ':' suite)* ['else' ':' suite]
Dfixer_util.py352 elif child.type in (syms.if_stmt, syms.while_stmt):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c1068 int res = (validate_ntype(tree, if_stmt) in validate_if()
1576 if ( (ntype == if_stmt) in validate_compound_stmt()
3183 case if_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py506 def if_stmt(self, nodelist): member in Transformer
1476 symbol.if_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c1097 int res = (validate_ntype(tree, if_stmt) in validate_if()
1605 if ( (ntype == if_stmt) in validate_compound_stmt()
3212 case if_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c2796 REQ(n, if_stmt); in ast_for_if_stmt()
3281 case if_stmt: in ast_for_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c2813 REQ(n, if_stmt); in ast_for_if_stmt()
3298 case if_stmt: in ast_for_stmt()