HomeSort by: relevance | last modified time | path
    Searched defs:firstunique (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
lto-streamer-out.cc 1648 int firstunique = -1; local
1653 firstunique = 0;
1658 if (firstunique == -1
1661 firstunique = i;
1665 if (firstunique != -1
1676 starting from FIRSTUNIQUE to obtain a stable order. */
1677 if (classes != size && firstunique != -1)
1686 DFS again (ob, sccstack[first+firstunique].t, ref_p, this_ref_p,
lto-streamer-out.cc 1648 int firstunique = -1; local
1653 firstunique = 0;
1658 if (firstunique == -1
1661 firstunique = i;
1665 if (firstunique != -1
1676 starting from FIRSTUNIQUE to obtain a stable order. */
1677 if (classes != size && firstunique != -1)
1686 DFS again (ob, sccstack[first+firstunique].t, ref_p, this_ref_p,
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer-out.cc 1639 int firstunique = -1; local
1644 firstunique = 0;
1649 if (firstunique == -1
1652 firstunique = i;
1656 if (firstunique != -1
1667 starting from FIRSTUNIQUE to obtain a stable order. */
1668 if (classes != size && firstunique != -1)
1677 DFS again (ob, sccstack[first+firstunique].t, ref_p, this_ref_p,
lto-streamer-out.cc 1639 int firstunique = -1; local
1644 firstunique = 0;
1649 if (firstunique == -1
1652 firstunique = i;
1656 if (firstunique != -1
1667 starting from FIRSTUNIQUE to obtain a stable order. */
1668 if (classes != size && firstunique != -1)
1677 DFS again (ob, sccstack[first+firstunique].t, ref_p, this_ref_p,

Completed in 44 milliseconds