Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c2383 case AugStore: in compiler_nameop()
2405 case AugStore: in compiler_nameop()
2422 case AugStore: in compiler_nameop()
2437 case AugStore: in compiler_nameop()
3054 if (e->v.Attribute.ctx != AugStore) in compiler_visit_expr()
3063 case AugStore: in compiler_visit_expr()
3089 case AugStore: in compiler_visit_expr()
3090 VISIT_SLICE(c, e->v.Subscript.slice, AugStore); in compiler_visit_expr()
3135 auge->v.Attribute.ctx = AugStore; in compiler_augassign()
3146 auge->v.Subscript.ctx = AugStore; in compiler_augassign()
[all …]
DPython-ast.c2930 case AugStore: in ast2obj_expr_context()
5788 *out = AugStore; 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.c2403 case AugStore: in compiler_nameop()
2425 case AugStore: in compiler_nameop()
2442 case AugStore: in compiler_nameop()
2457 case AugStore: in compiler_nameop()
3074 if (e->v.Attribute.ctx != AugStore) in compiler_visit_expr()
3083 case AugStore: in compiler_visit_expr()
3109 case AugStore: in compiler_visit_expr()
3110 VISIT_SLICE(c, e->v.Subscript.slice, AugStore); in compiler_visit_expr()
3155 auge->v.Attribute.ctx = AugStore; in compiler_augassign()
3166 auge->v.Subscript.ctx = AugStore; in compiler_augassign()
[all …]
DPython-ast.c2947 case AugStore: in ast2obj_expr_context()
5805 *out = AugStore; 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