Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1733 static bool isNonPlacementDeallocationFunction(Sema &S, FunctionDecl *FD) { in isNonPlacementDeallocationFunction() function
1844 if (!Info || !isNonPlacementDeallocationFunction(S, Info.FD) || in resolveDeallocationOverload()
2963 isNonPlacementDeallocationFunction(*this, OperatorDelete)) { in FindAllocationFunctions()