Lines Matching refs:tt2
1799 struct type *tt1, *tt2;
1805 tt2 = check_typedef (t2[i]->type ());
1810 == tt2->code ()))
1812 if (tt2->code () == TYPE_CODE_ARRAY)
1829 while (tt2->code () == TYPE_CODE_ARRAY
1830 || tt2->code () == TYPE_CODE_PTR
1831 || TYPE_IS_REFERENCE (tt2))
1833 tt2 = check_typedef (tt2->target_type ());
1835 if (tt1->code () == tt2->code ())