Searched refs:isReplaceableGlobalAllocationFunction (Results 1 – 12 of 12) sorted by relevance
1349 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()1684 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
2457 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
2369 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList()
2894 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
797 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
1008 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
394 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
2005 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) && in isUnavailableAlignedAllocationFunction()3900 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
10357 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()16386 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
2519 bool isReplaceableGlobalAllocationFunction(
8076 } else if (FD->isReplaceableGlobalAllocationFunction()) { in handleCallExpr()9912 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) { in VisitCXXNewExpr()15656 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()15700 !VirtualDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
3358 bool FunctionDecl::isReplaceableGlobalAllocationFunction( in isReplaceableGlobalAllocationFunction() function in FunctionDecl