HomeSort by: relevance | last modified time | path
    Searched refs:tt2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 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 ()
1797 struct type *tt1, *tt2; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
valops.c 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 ()
1797 struct type *tt1, *tt2; local
    [all...]

Completed in 16 milliseconds