Home
last modified time | relevance | path

Searched refs:AugLoad (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c2382 case AugLoad: in compiler_nameop()
2404 case AugLoad: in compiler_nameop()
2421 case AugLoad: in compiler_nameop()
2436 case AugLoad: in compiler_nameop()
3057 case AugLoad: in compiler_visit_expr()
3081 case AugLoad: in compiler_visit_expr()
3083 VISIT_SLICE(c, e->v.Subscript.slice, AugLoad); in compiler_visit_expr()
3129 AugLoad, e->lineno, e->col_offset, c->c_arena); in compiler_augassign()
3140 AugLoad, e->lineno, e->col_offset, c->c_arena); in compiler_augassign()
3237 case AugLoad: /* fall through to Load */ in compiler_handle_subscr()
[all …]
DPython-ast.c2927 case AugLoad: in ast2obj_expr_context()
5780 *out = AugLoad; in obj2ast_expr_context()
Dast.c385 assert(ctx != AugStore && ctx != AugLoad); in set_context()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c2402 case AugLoad: in compiler_nameop()
2424 case AugLoad: in compiler_nameop()
2441 case AugLoad: in compiler_nameop()
2456 case AugLoad: in compiler_nameop()
3077 case AugLoad: in compiler_visit_expr()
3101 case AugLoad: in compiler_visit_expr()
3103 VISIT_SLICE(c, e->v.Subscript.slice, AugLoad); in compiler_visit_expr()
3149 AugLoad, e->lineno, e->col_offset, c->c_arena); in compiler_augassign()
3160 AugLoad, e->lineno, e->col_offset, c->c_arena); in compiler_augassign()
3257 case AugLoad: /* fall through to Load */ in compiler_handle_subscr()
[all …]
DPython-ast.c2944 case AugLoad: in ast2obj_expr_context()
5797 *out = AugLoad; in obj2ast_expr_context()
Dast.c385 assert(ctx != AugStore && ctx != AugLoad); in set_context()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
DPython.asdl86 expr_context = Load | Store | Del | AugLoad | AugStore | Param
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator