Searched refs:isReplaceableGlobalAllocationFunction (Results 1 – 12 of 12) sorted by relevance
1326 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()1659 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
2189 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
2189 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList()
2468 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
800 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
1003 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
396 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
1943 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) && in isUnavailableAlignedAllocationFunction()3851 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
10256 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()16000 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
2476 bool isReplaceableGlobalAllocationFunction(
7749 } else if (FD->isReplaceableGlobalAllocationFunction()) { in handleCallExpr()9517 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) { in VisitCXXNewExpr()14893 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()14937 !VirtualDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
3218 bool FunctionDecl::isReplaceableGlobalAllocationFunction( in isReplaceableGlobalAllocationFunction() function in FunctionDecl