Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp1936 static bool isNonPlacementDeallocationFunction(Sema &S, FunctionDecl *FD) { in isNonPlacementDeallocationFunction() function
2123 if (isNonPlacementDeallocationFunction(*this, Fn)) in FindAllocationFunctions()
2161 isNonPlacementDeallocationFunction(*this, OperatorDelete)) { in FindAllocationFunctions()
2472 if (isNonPlacementDeallocationFunction(*this, Fn)) in FindUsualDeallocationFunction()