| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | UsedDeclVisitor.h | 60 if (E->getOperatorNew()) in VisitCXXNewExpr() 61 asImpl().visitUsedDecl(E->getBeginLoc(), E->getOperatorNew()); in VisitCXXNewExpr()
|
| H A D | SemaFunctionEffects.cpp | 1237 if (FunctionDecl *FD = New->getOperatorNew()) { in VisitCXXNewExpr()
|
| H A D | SemaExceptionSpec.cpp | 1197 CT = canCalleeThrow(*this, NE, NE->getOperatorNew()); in canThrow()
|
| H A D | TreeTransform.h | 14505 if (E->getOperatorNew()) { in TransformCXXNewExpr() 14507 getDerived().TransformDecl(E->getBeginLoc(), E->getOperatorNew())); in TransformCXXNewExpr() 14524 OperatorNew == E->getOperatorNew() && in TransformCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnyCall.h | 83 : E(NE), D(NE->getOperatorNew()), K(Allocator) {} in AnyCall()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 157 if (E->isGlobalNew() || !E->getOperatorNew()) in VisitCXXNewExpr() 159 return IndexCtx.handleReference(E->getOperatorNew(), E->getBeginLoc(), in VisitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CallGraph.cpp | 90 if (FunctionDecl *FD = E->getOperatorNew()) in VisitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckPlacementNew.cpp | 298 if (!NE->getOperatorNew()->isReservedGlobalPlacementOperator()) in checkPreStmt()
|
| H A D | MallocChecker.cpp | 2128 << getOperatorSpelling(NE->getOperatorNew()->getOverloadedOperator()) in printMemFnName()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCXXExpr.cpp | 277 FunctionDecl *allocator = e->getOperatorNew(); in emitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 327 if (getOperatorNew()->getLangOpts().CheckNew) in shouldNullCheckAllocation() 329 return !getOperatorNew()->hasAttr<ReturnsNonNullAttr>() && in shouldNullCheckAllocation() 330 getOperatorNew() in shouldNullCheckAllocation() 334 !getOperatorNew()->isReservedGlobalPlacementOperator(); in shouldNullCheckAllocation()
|
| H A D | TextNodeDumper.cpp | 1747 if (Node->getOperatorNew()) { in VisitCXXNewExpr() 1749 dumpBareDeclRef(Node->getOperatorNew()); in VisitCXXNewExpr()
|
| H A D | JSONNodeDumper.cpp | 1419 if (const FunctionDecl *FD = NE->getOperatorNew()) in VisitCXXNewExpr()
|
| H A D | StmtProfile.cpp | 2166 VisitDecl(S->getOperatorNew()); in VisitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 946 if (const FunctionDecl *FD = CNE->getOperatorNew()) { in VisitCXXNewAllocatorCall() 975 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
|
| H A D | ExprEngineCallAndReturn.cpp | 798 if (CNE && CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
|
| H A D | ExprEngine.cpp | 1331 PostImplicitCall PP(NE->getOperatorNew(), NE->getBeginLoc(), LCtx, in ProcessNewAllocator()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 704 if (E->getOperatorNew()->isReservedGlobalPlacementOperator()) in CalculateCookiePadding() 1607 FunctionDecl *allocator = E->getOperatorNew(); in EmitCXXNewExpr()
|
| H A D | ItaniumCXXABI.cpp | 2485 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1139 return getOriginExpr()->getOperatorNew(); in getDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 1122 return matchesDecl(Node.getOperatorNew(), Finder, Builder);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 1848 const FunctionDecl *OperatorNew = NewExpr->getOperatorNew(); in InvalidNewDeleteExpr()
|
| H A D | Compiler.cpp | 3444 const FunctionDecl *OperatorNew = E->getOperatorNew(); in VisitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1943 Record.AddDeclRef(E->getOperatorNew()); in VisitCXXNewExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2439 FunctionDecl *getOperatorNew() const { return OperatorNew; } in getOperatorNew() function
|