Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp292 } else if (New->isReplaceableGlobalAllocationFunction() && in CheckEquivalentExceptionSpec()
DSemaDecl.cpp7951 NewFD->isReplaceableGlobalAllocationFunction() && in ActOnFunctionDeclarator()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1121 if (Callee->isReplaceableGlobalAllocationFunction() && in EmitNewDeleteCall()
DItaniumCXXABI.cpp1768 expr->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in InitializeArrayCookie()
DCodeGenModule.cpp1036 if (FD->isReplaceableGlobalAllocationFunction()) in SetFunctionAttributes()
/external/clang/include/clang/AST/
DDecl.h1915 bool isReplaceableGlobalAllocationFunction() const;
/external/clang/lib/AST/
DDecl.cpp2502 bool FunctionDecl::isReplaceableGlobalAllocationFunction() const { in isReplaceableGlobalAllocationFunction() function in FunctionDecl