Searched refs:scc_entry_compare (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-streamer-out.cc | 627 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 D | ChangeLog-2014 | 30869 (scc_entry_compare): Rename to ... 30870 (DFS::scc_entry_compare): ... this one.
|
H A D | ChangeLog-2013 | 27626 (scc_entry_compare): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-streamer-out.c | 607 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()
|