Home
last modified time | relevance | path

Searched refs:isReplaceableGlobalAllocationFunction (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp1323 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()
1656 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
H A DItaniumCXXABI.cpp2195 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
H A DCGCall.cpp2119 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList()
H A DCodeGenModule.cpp2345 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp948 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
H A DExprEngineCallAndReturn.cpp747 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp395 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
H A DSemaExprCXX.cpp1928 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) && in isUnavailableAlignedAllocationFunction()
3781 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
H A DSemaDecl.cpp10049 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()
15567 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2419 bool isReplaceableGlobalAllocationFunction(
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp7736 } else if (FD->isReplaceableGlobalAllocationFunction()) { in handleCallExpr()
9499 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) { in VisitCXXNewExpr()
14682 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
14726 !VirtualDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
H A DDecl.cpp3187 bool FunctionDecl::isReplaceableGlobalAllocationFunction( in isReplaceableGlobalAllocationFunction() function in FunctionDecl