|
clang 23.0.0git
|
Collects specific pointer entities related to operator new and delete overloads within a contributor. More...
#include "clang/ScalableStaticAnalysis/Analyses/OperatorNewDelete/OperatorNewDeletePointers.h"
Public Member Functions | |
| SummaryName | getSummaryName () const override |
| bool friend | operator== (const OperatorNewDeletePointersEntitySummary &This, const OperatorNewDeletePointersEntitySummary &Other) |
| bool | operator== (const std::set< EntityId > &OtherEntities) const |
| bool | empty () const |
| Public Member Functions inherited from clang::ssaf::EntitySummary | |
| virtual | ~EntitySummary ()=default |
Static Public Member Functions | |
| static SummaryName | summaryName () |
Public Attributes | |
| std::set< EntityId > | Entities |
Static Public Attributes | |
| static constexpr llvm::StringLiteral | Name = "OperatorNewDeletePointers" |
Collects specific pointer entities related to operator new and delete overloads within a contributor.
OperatorNewDeletePointersEntitySummary collects the following entities:
Definition at line 39 of file OperatorNewDeletePointers.h.
|
inline |
Definition at line 55 of file OperatorNewDeletePointers.h.
References Entities.
|
inlineoverridevirtual |
Implements clang::ssaf::EntitySummary.
Definition at line 44 of file OperatorNewDeletePointers.h.
References summaryName().
|
inline |
Definition at line 46 of file OperatorNewDeletePointers.h.
References clang::Other.
|
inline |
Definition at line 51 of file OperatorNewDeletePointers.h.
References Entities.
|
inlinestatic |
Definition at line 42 of file OperatorNewDeletePointers.h.
References Name.
Referenced by getSummaryName().
| std::set<EntityId> clang::ssaf::OperatorNewDeletePointersEntitySummary::Entities |
Definition at line 57 of file OperatorNewDeletePointers.h.
Referenced by empty(), and operator==().
|
staticconstexpr |
Definition at line 40 of file OperatorNewDeletePointers.h.
Referenced by RegisterOperatorNewDeletePointersExtractor(), and summaryName().