Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp1326 if (CalleeDecl->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()
1659 allocator->isReplaceableGlobalAllocationFunction()) { in EmitCXXNewExpr()
H A DItaniumCXXABI.cpp2189 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
H A DCGCall.cpp2189 if (AttrOnCallSite && Fn->isReplaceableGlobalAllocationFunction()) { in ConstructAttributeList()
H A DCodeGenModule.cpp2468 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp800 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
H A DExprEngineCXX.cpp1003 FD->isReplaceableGlobalAllocationFunction(); in VisitCXXNewExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp396 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
H A DSemaExprCXX.cpp1943 if (FD.isReplaceableGlobalAllocationFunction(&AlignmentParam) && in isUnavailableAlignedAllocationFunction()
3851 if (!FnDecl->isReplaceableGlobalAllocationFunction()) { in resolveBuiltinNewDeleteOverload()
H A DSemaDecl.cpp10256 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()
16000 if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &IsNothrow)) in AddKnownFunctionAttributesForReplaceableGlobalAllocationFunction()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2476 bool isReplaceableGlobalAllocationFunction(
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp7749 } else if (FD->isReplaceableGlobalAllocationFunction()) { in handleCallExpr()
9517 } else if (!OperatorNew->isReplaceableGlobalAllocationFunction()) { in VisitCXXNewExpr()
14893 if (!OperatorDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
14937 !VirtualDelete->isReplaceableGlobalAllocationFunction()) { in VisitCXXDeleteExpr()
H A DDecl.cpp3218 bool FunctionDecl::isReplaceableGlobalAllocationFunction( in isReplaceableGlobalAllocationFunction() function in FunctionDecl