Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dabstract.c1274 #define HASINPLACE(t) \ macro
1281 if (mv != NULL && HASINPLACE(v)) {
1346 if (HASINPLACE(v))
1369 if (HASINPLACE(v))
1398 if (HASINPLACE(v) && v->ob_type->tp_as_number &&
1944 if (m && HASINPLACE(s) && m->sq_inplace_concat)
1968 if (m && HASINPLACE(o) && m->sq_inplace_repeat)