Searched refs:isReplaceableGlobalAllocationFunction (Results 1 – 12 of 12) sorted by relevance
1323 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()1656 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
2195 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
2119 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList()
2345 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
948 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
747 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
395 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
1928 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) && in isUnavailableAlignedAllocationFunction()3781 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
10049 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()15567 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
2419 bool isReplaceableGlobalAllocationFunction(
7736 } else if (FD->isReplaceableGlobalAllocationFunction()) { in handleCallExpr()9499 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) { in VisitCXXNewExpr()14682 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()14726 !VirtualDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
3187 bool FunctionDecl::isReplaceableGlobalAllocationFunction( in isReplaceableGlobalAllocationFunction() function in FunctionDecl