Searched refs:numutypes (Results 1 – 1 of 1) sorted by relevance
390 static int numutypes; /* Max number of user type pointers */ variable760 if ((utypeidx < 0) || (utypeidx >= numutypes)) in lookup_utype()801 if ((utypeidx < 0) || (utypeidx >= numutypes)) in alloc_utype()846 numutypes = 0; in free_utypes()1896 numutypes = (enddie - thisdie) / 4; in read_file_scope()1897 utypes = (struct type **) xmalloc (numutypes * sizeof (struct type *)); in read_file_scope()1899 memset (utypes, 0, numutypes * sizeof (struct type *)); in read_file_scope()