|
clang 23.0.0git
|
Whole-program result of the operator new/delete pointer analysis. More...
#include "clang/ScalableStaticAnalysis/Analyses/OperatorNewDelete/OperatorNewDeletePointers.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 result of the operator new/delete pointer analysis.
Definition at line 64 of file OperatorNewDeletePointers.h.
|
inlinestatic |
Definition at line 68 of file OperatorNewDeletePointers.h.
References Name.
|
inline |
Definition at line 72 of file OperatorNewDeletePointers.h.
References Entities.
| std::set<EntityId> clang::ssaf::OperatorNewDeletePointersAnalysisResult::Entities |
Definition at line 70 of file OperatorNewDeletePointers.h.
Referenced by contains().
|
staticconstexpr |
Definition at line 65 of file OperatorNewDeletePointers.h.
Referenced by analysisName().