Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1345 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()
1685 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
H A DItaniumCXXABI.cpp2270 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
H A DCGCall.cpp2387 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList()
H A DCodeGenModule.cpp2860 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp797 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
H A DExprEngineCXX.cpp1008 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp402 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
H A DSemaExprCXX.cpp1975 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) && in isUnavailableAlignedAllocationFunction()
3894 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
H A DSemaDecl.cpp10497 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()
16598 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2531 bool isReplaceableGlobalAllocationFunction(
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8012 } else if (FD->isReplaceableGlobalAllocationFunction()) { in handleCallExpr()
9811 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) { in VisitCXXNewExpr()
15244 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
15288 !VirtualDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
H A DDecl.cpp3321 bool FunctionDecl::isReplaceableGlobalAllocationFunction( in isReplaceableGlobalAllocationFunction() function in FunctionDecl