reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1569 if (!Info || !isNonPlacementDeallocationFunction(S, Info.FD) || 1569 if (!Info || !isNonPlacementDeallocationFunction(S, Info.FD) || 1570 Info.CUDAPref == Sema::CFP_Never) 1574 Best = Info; 1576 BestFns->push_back(Info); 1580 if (Best.isBetterThan(Info, WantSize, WantAlign)) 1585 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign)) 1588 Best = Info; 1590 BestFns->push_back(Info);