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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dstabsread.c196 static struct type **undef_types; variable in typeref:struct:type
4151 undef_types = (struct type **)
4152 xrealloc ((char *) undef_types,
4155 undef_types[undef_types_length++] = type;
4172 for (type = undef_types; type < undef_types + undef_types_length; type++)
4462 undef_types = (struct type **)

Completed in 102 milliseconds