Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp436 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
DExprEngine.cpp583 PostImplicitCall PP(NE->getOperatorNew(), NE->getLocStart(), LCtx); in ProcessNewAllocator()
/external/clang/lib/AST/
DExprCXX.cpp211 return getOperatorNew()->getType()->castAs<FunctionProtoType>()->isNothrow( in shouldNullCheckAllocation()
213 !getOperatorNew()->isReservedGlobalPlacementOperator(); in shouldNullCheckAllocation()
DASTDumper.cpp1985 if (Node->getOperatorNew()) { in VisitCXXNewExpr()
1987 dumpBareDeclRef(Node->getOperatorNew()); in VisitCXXNewExpr()
DStmtProfile.cpp1248 VisitDecl(S->getOperatorNew()); in VisitCXXNewExpr()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h815 return getOriginExpr()->getOperatorNew(); in getDecl()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp536 if (E->getOperatorNew()->isReservedGlobalPlacementOperator()) in CalculateCookiePadding()
1313 FunctionDecl *allocator = E->getOperatorNew(); in EmitCXXNewExpr()
DItaniumCXXABI.cpp1768 expr->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in InitializeArrayCookie()
DCodeGenModule.cpp1609 SafeToInline = E->getOperatorNew()->hasAttr<DLLImportAttr>(); in VisitCXXNewExpr()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1014 CT = canCalleeThrow(*this, E, cast<CXXNewExpr>(E)->getOperatorNew()); in canThrow()
DTreeTransform.h9147 if (E->getOperatorNew()) { in TransformCXXNewExpr()
9150 E->getOperatorNew())); in TransformCXXNewExpr()
9168 OperatorNew == E->getOperatorNew() && in TransformCXXNewExpr()
DSemaExpr.cpp13705 if (E->getOperatorNew()) in VisitCXXNewExpr()
13706 S.MarkFunctionReferenced(E->getLocStart(), E->getOperatorNew()); in VisitCXXNewExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp960 if (!isStandardNewDelete(NE->getOperatorNew(), C.getASTContext())) in checkPostStmt()
1261 << getOperatorSpelling(NE->getOperatorNew()->getOverloadedOperator()) in printAllocDeallocName()
/external/clang/include/clang/AST/
DExprCXX.h1820 FunctionDecl *getOperatorNew() const { return OperatorNew; } in getOperatorNew() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1377 Writer.AddDeclRef(E->getOperatorNew(), Record); in VisitCXXNewExpr()