Searched refs:BestFns (Results 1 – 1 of 1) sorted by relevance
1839 llvm::SmallVectorImpl<UsualDeallocFnInfo> *BestFns = nullptr) { in resolveDeallocationOverload() argument1850 if (BestFns) in resolveDeallocationOverload()1851 BestFns->push_back(Info); in resolveDeallocationOverload()1860 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign)) in resolveDeallocationOverload()1861 BestFns->clear(); in resolveDeallocationOverload()1864 if (BestFns) in resolveDeallocationOverload()1865 BestFns->push_back(Info); in resolveDeallocationOverload()