Searched refs:ntypes (Results 1 – 3 of 3) sorted by relevance
355 #define typecallocn(cast,ntypes) (cast *)calloc((size_t)(ntypes),sizeof(cast)) argument357 #define typeRealloc(cast,ptr,ntypes) (cast *)realloc(ptr, (size_t)(ntypes)*sizeof(cast)) argument360 #define typeMallocn(cast,ntypes) (cast *)malloc((size_t)(ntypes)*sizeof(cast)) argument
133 int ntypes; member1114 for (i = 0; i < from->ntypes; i++) in work_stuff_copy_to_from()3451 if (!get_count (mangled, &n) || n >= work -> ntypes) in do_type()4096 if (work -> ntypes >= work -> typevec_size) in remember_type()4113 work -> typevec[work -> ntypes++] = tem; in remember_type()4218 while (work -> ntypes > 0) in forget_types()4220 i = --(work -> ntypes); in forget_types()4309 if ((HP_DEMANGLING || ARM_DEMANGLING || EDG_DEMANGLING) && work -> ntypes >= 10) in demangle_args()4335 if ((t < 0) || (t >= work -> ntypes)) in demangle_args()
748 int ntypes;