Searched refs:BestDeallocFns (Results 1 – 1 of 1) sorted by relevance
3211 llvm::SmallVector<UsualDeallocFnInfo, 4> BestDeallocFns; in FindAllocationFunctions() local3218 *this, FoundDelete, IDP, StartLoc, &BestDeallocFns); in FindAllocationFunctions()3219 if (Selected && BestDeallocFns.empty()) in FindAllocationFunctions()3224 for (auto Fn : BestDeallocFns) in FindAllocationFunctions()