Searched refs:BestFns (Results 1 – 1 of 1) sorted by relevance
1657 llvm::SmallVectorImpl<UsualDeallocFnInfo> *BestFns = nullptr) { in resolveDeallocationOverload() argument1668 if (BestFns) in resolveDeallocationOverload()1669 BestFns->push_back(Info); in resolveDeallocationOverload()1678 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign)) in resolveDeallocationOverload()1679 BestFns->clear(); in resolveDeallocationOverload()1682 if (BestFns) in resolveDeallocationOverload()1683 BestFns->push_back(Info); in resolveDeallocationOverload()