|
clang 23.0.0git
|
Per-contributor set of pointer entities that must retain their pointer type. More...
#include "clang/ScalableStaticAnalysis/Analyses/TypeConstrainedPointers/TypeConstrainedPointers.h"
Public Member Functions | |
| SummaryName | getSummaryName () const override |
| bool friend | operator== (const TypeConstrainedPointersEntitySummary &This, const TypeConstrainedPointersEntitySummary &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 = "TypeConstrainedPointers" |
Per-contributor set of pointer entities that must retain their pointer type.
From operator new / operator delete overloads:
From the main function:
Definition at line 41 of file TypeConstrainedPointers.h.
|
inline |
Definition at line 57 of file TypeConstrainedPointers.h.
References Entities.
|
inlineoverridevirtual |
Implements clang::ssaf::EntitySummary.
Definition at line 46 of file TypeConstrainedPointers.h.
References summaryName().
|
inline |
Definition at line 53 of file TypeConstrainedPointers.h.
References Entities.
|
inline |
Definition at line 48 of file TypeConstrainedPointers.h.
References clang::Other.
|
inlinestatic |
Definition at line 44 of file TypeConstrainedPointers.h.
References Name.
Referenced by getSummaryName().
| std::set<EntityId> clang::ssaf::TypeConstrainedPointersEntitySummary::Entities |
Definition at line 59 of file TypeConstrainedPointers.h.
Referenced by empty(), and operator==().
|
staticconstexpr |
Definition at line 42 of file TypeConstrainedPointers.h.
Referenced by RegisterTypeConstrainedPointersExtractor(), and summaryName().