Searched defs:stmt (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h14 #define stmt 267 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h14 #define stmt 267 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py24 stmt = 267 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dtransformer.py316 def stmt(self, nodelist): member in class:Transformer
319 small_stmt = stmt
320 flow_stmt = stmt
321 compound_stmt = stmt
559 # simple_stmt | NEWLINE INDENT NEWLINE* (stmt NEWLINE*)+ DEDENT
565 if node[0] == symbol.stmt:
802 # break_stmt, stmt, small_stmt, flow_stmt, simple_stmt,
1402 if sub[0] == symbol.stmt:
1407 if sub[0] == symbol.stmt:
1417 if n == symbol.stmt o
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c947 VALIDATER(stmt); VALIDATER(simple_stmt); variable
1158 * | NEWLINE INDENT stmt+ DEDENT
1169 /* NEWLINE INDENT stmt+ DEDENT */
1513 int res = (validate_ntype(tree, stmt)
1514 && validate_numnodes(tree, 1, "stmt"));
3130 case stmt:
3310 * (NEWLINE | stmt)* ENDMARKER
3321 if (TYPE(CHILD(tree, j)) == stmt)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c918 VALIDATER(stmt); VALIDATER(simple_stmt); variable
1129 * | NEWLINE INDENT stmt+ DEDENT
1140 /* NEWLINE INDENT stmt+ DEDENT */
1484 int res = (validate_ntype(tree, stmt)
1485 && validate_numnodes(tree, 1, "stmt"));
3101 case stmt:
3281 * (NEWLINE | stmt)* ENDMARKER
3292 if (TYPE(CHILD(tree, j)) == stmt)

Completed in 19 milliseconds