Home | History | Annotate | Download | only in AST

Lines Matching full:worst

6463 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; }
6720 return Worst(LHSResult, RHSResult);
6736 return Worst(LHSResult, RHSResult);