Searched refs:isReplaceableGlobalAllocationFunction (Results 1 – 12 of 12) sorted by relevance
694 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
845 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
1327 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()1661 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
2228 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
2035 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList()
2151 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
394 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
1885 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) && in isUnavailableAlignedAllocationFunction()3735 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
9608 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()14983 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
2387 bool isReplaceableGlobalAllocationFunction(
7648 } else if (FD->isReplaceableGlobalAllocationFunction()) { in handleCallExpr()9368 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) { in VisitCXXNewExpr()14450 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()14494 !VirtualDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
3086 bool FunctionDecl::isReplaceableGlobalAllocationFunction( in isReplaceableGlobalAllocationFunction() function in FunctionDecl