Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2934 llvm::SmallVector<UsualDeallocFnInfo, 4> BestDeallocFns; in FindAllocationFunctions() local
2938 &BestDeallocFns); in FindAllocationFunctions()
2944 for (auto Fn : BestDeallocFns) in FindAllocationFunctions()