Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp719 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
H A DExprEngineCallAndReturn.cpp634 if (CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1310 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()
1646 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
H A DItaniumCXXABI.cpp1955 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
H A DCodeGenModule.cpp1577 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp379 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
H A DSemaExprCXX.cpp1762 if (FD.isReplaceableGlobalAllocationFunction(&IsAligned) && IsAligned) in isUnavailableAlignedAllocationFunction()
3496 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
H A DSemaDecl.cpp8848 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2187 bool isReplaceableGlobalAllocationFunction(bool *IsAligned = nullptr) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2818 bool FunctionDecl::isReplaceableGlobalAllocationFunction(bool *IsAligned) const { in isReplaceableGlobalAllocationFunction() function in FunctionDecl