Home
last modified time | relevance | path

Searched refs:isNonPlacementDeallocationFunction (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1551 static bool isNonPlacementDeallocationFunction(Sema &S, FunctionDecl *FD) { in isNonPlacementDeallocationFunction() function
1662 if (!Info || !isNonPlacementDeallocationFunction(S, Info.FD) || in resolveDeallocationOverload()
2751 isNonPlacementDeallocationFunction(*this, OperatorDelete)) { in FindAllocationFunctions()