Searched refs:ntypes (Results 1 – 5 of 5) sorted by relevance
7 ntypes = Res.Count1Types()8 for itype in range(1, 1+ntypes):19 ntypes = Res.CountTypes()20 for itype in range(1, 1+ntypes):
21 ntypes = Count1Types()22 for itype in range(1, 1+ntypes):
168 static const int ntypes = sizeof(types) / sizeof(types[0]); variable316 for (i = 0; i < ntypes; i++) in main()321 if (i < ntypes) in main()792 for (i = 0; i < ntypes; i++) in type_name()
353 ntypes = Res.Count1Types()354 progress_type_inc = 50/ntypes355 for itype in range(1, 1+ntypes):
151 int ntypes; member1344 for (i = 0; i < from->ntypes; i++) in work_stuff_copy_to_from()3710 if (!get_count (mangled, &n) || n < 0 || n >= work -> ntypes) in do_type()4412 if (work -> ntypes >= work -> typevec_size) in remember_type()4431 work -> typevec[work -> ntypes++] = tem; in remember_type()4540 while (work -> ntypes > 0) in forget_types()4542 i = --(work -> ntypes); in forget_types()4631 if ((HP_DEMANGLING || ARM_DEMANGLING || EDG_DEMANGLING) && work -> ntypes >= 10) in demangle_args()4657 if ((t < 0) || (t >= work -> ntypes)) in demangle_args()