Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dsarray.c36 int nindices = 0; /* !T:MUTEX */ variable
156 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()
DTHREADS78 nindices MUTEX sarray.c sarray.h
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dada-lang.c3181 ada_array_element_type (struct type *type, int nindices) in ada_array_element_type() argument
3197 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()