Searched refs:isReplaceableGlobalAllocationFunction (Results 1 – 10 of 10) sorted by relevance
719 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
634 if (CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
1310 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()1646 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
1955 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
1577 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
379 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
1762 if (FD.isReplaceableGlobalAllocationFunction(&IsAligned) && IsAligned) in isUnavailableAlignedAllocationFunction()3496 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
8848 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()
2187 bool isReplaceableGlobalAllocationFunction(bool *IsAligned = nullptr) const;
2818 bool FunctionDecl::isReplaceableGlobalAllocationFunction(bool *IsAligned) const { in isReplaceableGlobalAllocationFunction() function in FunctionDecl