Home
last modified time | relevance | path

Searched refs:scc_entry_compare (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-out.cc627 static int scc_entry_compare (const void *, const void *);
1585 DFS::scc_entry_compare (const void *p1_, const void *p2_) in scc_entry_compare() function in DFS
1636 qsort (&sccstack[first], size, sizeof (scc_entry), scc_entry_compare); in hash_scc()
H A DChangeLog-201430869 (scc_entry_compare): Rename to ...
30870 (DFS::scc_entry_compare): ... this one.
H A DChangeLog-201327626 (scc_entry_compare): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer-out.c607 static int scc_entry_compare (const void *, const void *);
1546 DFS::scc_entry_compare (const void *p1_, const void *p2_) in scc_entry_compare() function
1597 qsort (&sccstack[first], size, sizeof (scc_entry), scc_entry_compare); in hash_scc()