Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1474 static bool isNonPlacementDeallocationFunction(Sema &S, FunctionDecl *FD) { in isNonPlacementDeallocationFunction() function
1585 if (!Info || !isNonPlacementDeallocationFunction(S, Info.FD) || in resolveDeallocationOverload()
2601 isNonPlacementDeallocationFunction(*this, OperatorDelete)) { in FindAllocationFunctions()