Searched refs:isReplaceableGlobalAllocationFunction (Results 1 – 12 of 12) sorted by relevance
1345 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()1685 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
2270 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
2387 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList()
2860 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
797 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
1008 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
402 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
1975 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) && in isUnavailableAlignedAllocationFunction()3894 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
10497 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()16598 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
2531 bool isReplaceableGlobalAllocationFunction(
8012 } else if (FD->isReplaceableGlobalAllocationFunction()) { in handleCallExpr()9811 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) { in VisitCXXNewExpr()15244 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()15288 !VirtualDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
3321 bool FunctionDecl::isReplaceableGlobalAllocationFunction( in isReplaceableGlobalAllocationFunction() function in FunctionDecl