Searched refs:flow_stmt (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h22 #define flow_stmt 275 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h22 #define flow_stmt 275 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py32 flow_stmt = 275 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dtransformer.py320 flow_stmt = stmt variable in class:Transformer
802 # break_stmt, stmt, small_stmt, flow_stmt, simple_stmt,
1461 symbol.flow_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c1569 || (ntype == flow_stmt)
3135 * expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt
3140 case flow_stmt:
3141 res = (validate_numnodes(tree, 1, "flow_stmt")
3150 err_string("illegal flow_stmt type");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c1540 || (ntype == flow_stmt)
3106 * expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt
3111 case flow_stmt:
3112 res = (validate_numnodes(tree, 1, "flow_stmt")
3121 err_string("illegal flow_stmt type");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c2346 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt
2357 REQ(n, flow_stmt);
2422 "unexpected flow_stmt: %d", TYPE(ch));
3262 | flow_stmt | import_stmt | global_stmt | exec_stmt
3274 case flow_stmt:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c2341 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt
2352 REQ(n, flow_stmt);
2417 "unexpected flow_stmt: %d", TYPE(ch));
3245 | flow_stmt | import_stmt | global_stmt | exec_stmt
3257 case flow_stmt:

Completed in 33 milliseconds