Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp380 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
H A DExprEngine.cpp578 PostImplicitCall PP(NE->getOperatorNew(), NE->getLocStart(), LCtx); in ProcessNewAllocator()
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h757 return getOriginExpr()->getOperatorNew(); in getDecl()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp489 if (E->getOperatorNew()->isReservedGlobalPlacementOperator()) in CalculateCookiePadding()
1238 FunctionDecl *allocator = E->getOperatorNew(); in EmitCXXNewExpr()
H A DItaniumCXXABI.cpp1516 expr->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in InitializeArrayCookie()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp986 CT = canCalleeThrow(*this, E, cast<CXXNewExpr>(E)->getOperatorNew()); in canThrow()
H A DTreeTransform.h8437 if (E->getOperatorNew()) { in TransformCXXNewExpr()
8440 E->getOperatorNew())); in TransformCXXNewExpr()
8458 OperatorNew == E->getOperatorNew() && in TransformCXXNewExpr()
H A DSemaExpr.cpp12938 if (E->getOperatorNew()) in VisitCXXNewExpr()
12939 S.MarkFunctionReferenced(E->getLocStart(), E->getOperatorNew()); in VisitCXXNewExpr()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp838 if (!isStandardNewDelete(NE->getOperatorNew(), C.getASTContext())) in checkPostStmt()
1108 << getOperatorSpelling(NE->getOperatorNew()->getOverloadedOperator()) in printAllocDeallocName()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp1098 VisitDecl(S->getOperatorNew()); in VisitCXXNewExpr()
H A DExprCXX.cpp211 return getOperatorNew()->getType()-> in shouldNullCheckAllocation()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1695 FunctionDecl *getOperatorNew() const { return OperatorNew; } in getOperatorNew() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1332 Writer.AddDeclRef(E->getOperatorNew(), Record); in VisitCXXNewExpr()