Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp1640 static bool isNonPlacementDeallocationFunction(Sema &S, FunctionDecl *FD) { in isNonPlacementDeallocationFunction() function
1751 if (!Info || !isNonPlacementDeallocationFunction(S, Info.FD) || in resolveDeallocationOverload()
2875 isNonPlacementDeallocationFunction(*this, OperatorDelete)) { in FindAllocationFunctions()