Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1349 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()
1684 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
H A DItaniumCXXABI.cpp2457 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
H A DCGCall.cpp2369 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList()
H A DCodeGenModule.cpp2894 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
/src/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()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp394 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
H A DSemaExprCXX.cpp2005 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) && in isUnavailableAlignedAllocationFunction()
3900 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
H A DSemaDecl.cpp10357 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()
16386 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2519 bool isReplaceableGlobalAllocationFunction(
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8076 } else if (FD->isReplaceableGlobalAllocationFunction()) { in handleCallExpr()
9912 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) { in VisitCXXNewExpr()
15656 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
15700 !VirtualDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
H A DDecl.cpp3358 bool FunctionDecl::isReplaceableGlobalAllocationFunction( in isReplaceableGlobalAllocationFunction() function in FunctionDecl