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

/freebsd-11-stable/contrib/gcc/
H A Ddbxout.c187 static GTY ((length ("typevec_len"))) struct typeinfo *typevec; variable in typeref:struct:typeinfo
189 /* Number of elements of space allocated in `typevec'. */
982 Initialize `typevec' and output the standard data types of C. */
992 typevec = ggc_calloc (typevec_len, sizeof typevec[0]);
1374 struct typeinfo *t = &typevec[TYPE_SYMTAB_ADDRESS (type)];
1704 typevec
1705 = ggc_realloc (typevec, (typevec_len * 2 * sizeof typevec[0]));
1706 memset (typevec
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c120 char **typevec; member in struct:work_stuff
1105 to->typevec = XNEWVEC (char *, from->typevec_size);
1109 int len = strlen (from->typevec[i]) + 1;
1111 to->typevec[i] = XNEWVEC (char, len);
1112 memcpy (to->typevec[i], from->typevec[i], len);
1165 if (work -> typevec != NULL)
1167 free ((char *) work -> typevec);
1168 work -> typevec = NULL;
3450 remembered_type = work -> typevec[
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c120 char **typevec; member in struct:work_stuff
1105 to->typevec = XNEWVEC (char *, from->typevec_size);
1109 int len = strlen (from->typevec[i]) + 1;
1111 to->typevec[i] = XNEWVEC (char, len);
1112 memcpy (to->typevec[i], from->typevec[i], len);
1165 if (work -> typevec != NULL)
1167 free ((char *) work -> typevec);
1168 work -> typevec = NULL;
3450 remembered_type = work -> typevec[
[all...]

Completed in 195 milliseconds