Home
last modified time | relevance | path

Searched refs:getOperatorNew (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp245 const FunctionDecl *FD = NE->getOperatorNew(); in checkPostStmt()
DMallocChecker.cpp971 if (!isStandardNewDelete(NE->getOperatorNew(), C.getASTContext())) in checkPostStmt()
1269 << getOperatorSpelling(NE->getOperatorNew()->getOverloadedOperator()) in printAllocDeallocName()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp436 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
DExprEngine.cpp584 PostImplicitCall PP(NE->getOperatorNew(), NE->getLocStart(), LCtx); in ProcessNewAllocator()
/external/clang/lib/AST/
DExprCXX.cpp138 return getOperatorNew()->getType()->castAs<FunctionProtoType>()->isNothrow( in shouldNullCheckAllocation()
140 !getOperatorNew()->isReservedGlobalPlacementOperator(); in shouldNullCheckAllocation()
DASTDumper.cpp2132 if (Node->getOperatorNew()) { in VisitCXXNewExpr()
2134 dumpBareDeclRef(Node->getOperatorNew()); in VisitCXXNewExpr()
DStmtProfile.cpp1369 VisitDecl(S->getOperatorNew()); in VisitCXXNewExpr()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h847 return getOriginExpr()->getOperatorNew(); in getDecl()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp541 if (E->getOperatorNew()->isReservedGlobalPlacementOperator()) in CalculateCookiePadding()
1321 FunctionDecl *allocator = E->getOperatorNew(); in EmitCXXNewExpr()
DItaniumCXXABI.cpp1766 expr->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in InitializeArrayCookie()
DCodeGenModule.cpp1704 SafeToInline = E->getOperatorNew()->hasAttr<DLLImportAttr>(); in VisitCXXNewExpr()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1024 CT = canCalleeThrow(*this, E, cast<CXXNewExpr>(E)->getOperatorNew()); in canThrow()
DTreeTransform.h9454 if (E->getOperatorNew()) { in TransformCXXNewExpr()
9457 E->getOperatorNew())); in TransformCXXNewExpr()
9475 OperatorNew == E->getOperatorNew() && in TransformCXXNewExpr()
DSemaExpr.cpp14152 if (E->getOperatorNew()) in VisitCXXNewExpr()
14153 S.MarkFunctionReferenced(E->getLocStart(), E->getOperatorNew()); in VisitCXXNewExpr()
/external/clang/include/clang/AST/
DExprCXX.h1889 FunctionDecl *getOperatorNew() const { return OperatorNew; } in getOperatorNew() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1391 Record.AddDeclRef(E->getOperatorNew()); in VisitCXXNewExpr()