Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp298 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
DSemaDecl.cpp8253 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1129 if (Callee->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()
DItaniumCXXABI.cpp1766 expr->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in InitializeArrayCookie()
DCodeGenModule.cpp1067 if (FD->isReplaceableGlobalAllocationFunction()) { in SetFunctionAttributes()
/external/clang/include/clang/AST/
DDecl.h1951 bool isReplaceableGlobalAllocationFunction() const;
/external/clang/lib/AST/
DDecl.cpp2578 bool FunctionDecl::isReplaceableGlobalAllocationFunction() const { in isReplaceableGlobalAllocationFunction() function in FunctionDecl