Definition at line 511 of file res-a1.cpp.
512{
513 if (g == nullptr) return f;
514 if (f == nullptr) return g;
515 res_pair head;
518 {
519 case -1:
523 if (g == nullptr)
524 {
527 }
528 break;
529 case 1:
533 if (f == nullptr)
534 {
537 }
538 break;
539 case 0:
540 assert(0);
541 }
542}
int compare_compares(res_pair *f, res_pair *g) const
VALGRIND_MAKE_MEM_DEFINED & result(result)
References compare_compares(), res_pair::next_compare, and result().
Referenced by set_compare_nums(), and sort_compares().