Home
last modified time | relevance | path

Searched refs:BestFns (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1839 llvm::SmallVectorImpl<UsualDeallocFnInfo> *BestFns = nullptr) { in resolveDeallocationOverload() argument
1850 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()