Home
last modified time | relevance | path

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

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