Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp694 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
DExprEngineCXX.cpp845 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp1327 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()
1661 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
DItaniumCXXABI.cpp2228 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
DCGCall.cpp2045 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList()
DCodeGenModule.cpp2151 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp394 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
DSemaExprCXX.cpp1885 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) && in isUnavailableAlignedAllocationFunction()
3735 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
DSemaDecl.cpp9608 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()
14983 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h2387 bool isReplaceableGlobalAllocationFunction(
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp7654 } else if (FD->isReplaceableGlobalAllocationFunction()) { in handleCallExpr()
9374 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) { in VisitCXXNewExpr()
14456 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
14500 !VirtualDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
DDecl.cpp3086 bool FunctionDecl::isReplaceableGlobalAllocationFunction( in isReplaceableGlobalAllocationFunction() function in FunctionDecl