Searched refs:AugStore (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | compile.c | 2383 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 …]
|
D | Python-ast.c | 2930 case AugStore: in ast2obj_expr_context() 5788 *out = AugStore; in obj2ast_expr_context()
|
D | ast.c | 385 assert(ctx != AugStore && ctx != AugLoad); in set_context()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | compile.c | 2403 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 …]
|
D | Python-ast.c | 2947 case AugStore: in ast2obj_expr_context() 5805 *out = AugStore; in obj2ast_expr_context()
|
D | ast.c | 385 assert(ctx != AugStore && ctx != AugLoad); in set_context()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | Python.asdl | 86 expr_context = Load | Store | Del | AugLoad | AugStore | Param
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | Python-ast.h | 11 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.10/Include/ |
D | Python-ast.h | 11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator
|