Searched refs:nindices (Results 1 – 3 of 3) sorted by relevance
36 int nindices = 0; /* !T:MUTEX */ variable156 nindices += 1; in sarray_at_put()168 nindices += 1; in sarray_at_put()239 nindices += 1; in sarray_new()429 nindices -= 1; in sarray_free()447 nindices -= 1; in sarray_free()
78 nindices MUTEX sarray.c sarray.h
3181 ada_array_element_type (struct type *type, int nindices) in ada_array_element_type() argument3197 if (nindices >= 0 && k > nindices) in ada_array_element_type()3198 k = nindices; in ada_array_element_type()3208 while (nindices != 0 && type->code () == TYPE_CODE_ARRAY) in ada_array_element_type()3217 nindices -= 1; in ada_array_element_type()