|
clang 23.0.0git
|
Whole-program set of pointer entities that must retain their pointer type. More...
#include "clang/ScalableStaticAnalysis/Analyses/TypeConstrainedPointers/TypeConstrainedPointers.h"
Public Member Functions | |
| bool | contains (const EntityId &Id) const |
| Public Member Functions inherited from clang::ssaf::AnalysisResult | |
| virtual | ~AnalysisResult ()=default |
Static Public Member Functions | |
| static AnalysisName | analysisName () |
Public Attributes | |
| std::set< EntityId > | Entities |
Static Public Attributes | |
| static constexpr llvm::StringLiteral | Name |
Whole-program set of pointer entities that must retain their pointer type.
Definition at line 63 of file TypeConstrainedPointers.h.
|
inlinestatic |
Definition at line 67 of file TypeConstrainedPointers.h.
References Name.
|
inline |
Definition at line 71 of file TypeConstrainedPointers.h.
References Entities.
| std::set<EntityId> clang::ssaf::TypeConstrainedPointersAnalysisResult::Entities |
Definition at line 69 of file TypeConstrainedPointers.h.
Referenced by contains().
|
staticconstexpr |
Definition at line 64 of file TypeConstrainedPointers.h.
Referenced by analysisName().