Searched refs:isReplaceableGlobalAllocationFunction (Results 1 – 12 of 12) sorted by relevance
694 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
845 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
1324 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()1658 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
2214 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
2034 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList()
2121 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
394 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
1868 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) && in isUnavailableAlignedAllocationFunction()3718 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
9549 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()14927 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
2361 bool isReplaceableGlobalAllocationFunction(
7645 } else if (FD->isReplaceableGlobalAllocationFunction()) { in handleCallExpr()9345 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) { in VisitCXXNewExpr()14412 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()14456 !VirtualDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
3093 bool FunctionDecl::isReplaceableGlobalAllocationFunction( in isReplaceableGlobalAllocationFunction() function in FunctionDecl