Lines Matching refs:AugStore
2366 case AugStore: in compiler_nameop()
2388 case AugStore: in compiler_nameop()
2404 case AugStore: in compiler_nameop()
2419 case AugStore: in compiler_nameop()
3036 if (e->v.Attribute.ctx != AugStore) in compiler_visit_expr()
3045 case AugStore: in compiler_visit_expr()
3071 case AugStore: in compiler_visit_expr()
3072 VISIT_SLICE(c, e->v.Subscript.slice, AugStore); in compiler_visit_expr()
3117 auge->v.Attribute.ctx = AugStore; in compiler_augassign()
3128 auge->v.Subscript.ctx = AugStore; in compiler_augassign()
3221 case AugStore:/* fall through to Store */ in compiler_handle_subscr()
3233 else if (ctx == AugStore) { in compiler_handle_subscr()
3278 if (ctx != AugStore) in compiler_simple_slice()
3284 if (ctx != AugStore) in compiler_simple_slice()
3295 else if (ctx == AugStore) { in compiler_simple_slice()
3306 case AugStore:/* fall through to Store */ in compiler_simple_slice()
3349 if (ctx != AugStore) { in compiler_visit_slice()
3355 if (ctx != AugStore) { in compiler_visit_slice()
3363 if (ctx != AugStore) { in compiler_visit_slice()
3370 if (ctx != AugStore) { in compiler_visit_slice()