reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/builtins/ucmpdi2.c
   23   y.all = b;
   24   if (x.s.high < y.s.high)
   26   if (x.s.high > y.s.high)
   28   if (x.s.low < y.s.low)
   30   if (x.s.low > y.s.low)