Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c45 array_resize(arrayobject *self, Py_ssize_t newsize) in array_resize() function
474 if (array_resize(self, n+1) == -1) in ins1()
1824 if (array_resize(self, Py_SIZE(self) + in array_ass_subscr()
1829 if (array_resize(self, Py_SIZE(self) + in array_ass_subscr()
1867 if (array_resize(self, Py_SIZE(self) - slicelength) < 0) in array_ass_subscr()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp188 namespace array_resize { namespace