Searched refs:getOperatorNew (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PointerArithChecker.cpp | 243 const FunctionDecl *FD = NE->getOperatorNew(); in checkPostStmt()
|
| H A D | MallocChecker.cpp | 1076 if (!isStandardNewDelete(NE->getOperatorNew(), C.getASTContext())) in processNewAllocation() 1437 << getOperatorSpelling(NE->getOperatorNew()->getOverloadedOperator()) in printAllocDeallocName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 685 if (const FunctionDecl *FD = CNE->getOperatorNew()) { in VisitCXXNewAllocatorCall() 716 FunctionDecl *FD = CNE->getOperatorNew(); in VisitCXXNewExpr()
|
| H A D | ExprEngineCallAndReturn.cpp | 634 if (CNE->getOperatorNew()->isReplaceableGlobalAllocationFunction()) { in bindReturnValue()
|
| H A D | ExprEngine.cpp | 894 PostImplicitCall PP(NE->getOperatorNew(), NE->getBeginLoc(), LCtx); in ProcessNewAllocator()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 867 if (Node->getOperatorNew()) { in VisitCXXNewExpr() 869 dumpBareDeclRef(Node->getOperatorNew()); in VisitCXXNewExpr()
|
| H A D | ExprCXX.cpp | 214 return getOperatorNew() in shouldNullCheckAllocation() 218 !getOperatorNew()->isReservedGlobalPlacementOperator(); in shouldNullCheckAllocation()
|
| H A D | StmtProfile.cpp | 1689 VisitDecl(S->getOperatorNew()); in VisitCXXNewExpr()
|
| H A D | ASTImporter.cpp | 6892 E->getOperatorNew(), E->getOperatorDelete(), E->getTypeIdParens(), in VisitCXXNewExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 921 return getOriginExpr()->getOperatorNew(); in getDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 674 if (E->getOperatorNew()->isReservedGlobalPlacementOperator()) in CalculateCookiePadding() 1553 FunctionDecl *allocator = E->getOperatorNew(); in EmitCXXNewExpr()
|
| H A D | ItaniumCXXABI.cpp | 1955 (expr->getOperatorNew()->isReplaceableGlobalAllocationFunction() || in InitializeArrayCookie()
|
| H A D | CodeGenModule.cpp | 2358 SafeToInline = E->getOperatorNew()->hasAttr<DLLImportAttr>(); in VisitCXXNewExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 1124 CT = canCalleeThrow(*this, E, cast<CXXNewExpr>(E)->getOperatorNew()); in canThrow()
|
| H A D | TreeTransform.h | 10270 if (E->getOperatorNew()) { in TransformCXXNewExpr() 10272 getDerived().TransformDecl(E->getBeginLoc(), E->getOperatorNew())); in TransformCXXNewExpr() 10289 OperatorNew == E->getOperatorNew() && in TransformCXXNewExpr()
|
| H A D | SemaExpr.cpp | 15883 if (E->getOperatorNew()) in VisitCXXNewExpr() 15884 S.MarkFunctionReferenced(E->getBeginLoc(), E->getOperatorNew()); in VisitCXXNewExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 881 return matchesDecl(Node.getOperatorNew(), Finder, Builder); in matchesSpecialized()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1497 Record.AddDeclRef(E->getOperatorNew()); in VisitCXXNewExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2033 FunctionDecl *getOperatorNew() const { return OperatorNew; } in getOperatorNew() function
|