reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1573 if (!Best) { 1574 Best = Info; 1580 if (Best.isBetterThan(Info, WantSize, WantAlign)) 1585 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign)) 1588 Best = Info; 1593 return Best;