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

/external/python/cpython2/Python/
H A Dcompile.c2320 /* XXX AugStore isn't used anywhere! */
2364 case AugStore:
2386 case AugStore:
2403 case AugStore:
2418 case AugStore:
3035 if (e->v.Attribute.ctx != AugStore)
3044 case AugStore:
3070 case AugStore:
3071 VISIT_SLICE(c, e->v.Subscript.slice, AugStore);
3116 auge->v.Attribute.ctx = AugStore;
[all...]
H A DPython-ast.c806 AugStore_type = make_type("AugStore", expr_context_type, NULL, 0);
2947 case AugStore:
5965 *out = AugStore;
6857 if (PyDict_SetItemString(d, "AugStore", (PyObject*)AugStore_type) < 0)
H A Dast.c385 assert(ctx != AugStore && ctx != AugLoad);
/external/python/cpython3/Python/
H A Dcompile.c3028 /* XXX AugStore isn't used anywhere! */
3077 case AugStore:
3093 case AugStore:
3110 case AugStore:
3125 case AugStore:
4359 if (e->v.Attribute.ctx != AugStore)
4368 case AugStore:
4394 case AugStore:
4395 VISIT_SLICE(c, e->v.Subscript.slice, AugStore);
4452 auge->v.Attribute.ctx = AugStore;
[all...]
H A Dast.c97 case AugStore:
98 return "AugStore";
998 assert(ctx != AugStore && ctx != AugLoad);
H A DPython-ast.c1007 AugStore_type = make_type("AugStore", expr_context_type, NULL, 0);
3511 case AugStore:
6937 *out = AugStore;
7973 if (PyDict_SetItemString(d, "AugStore", (PyObject*)AugStore_type) < 0)
/external/python/cpython2/Include/
H A DPython-ast.h11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator in enum:_expr_context
/external/python/cpython3/Include/
H A DPython-ast.h11 typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, enumerator in enum:_expr_context

Completed in 171 milliseconds