clang 22.0.0git
|
Public Member Functions | |
IssueFact (LoanID LID, OriginID OID) | |
LoanID | getLoanID () const |
OriginID | getOriginID () const |
void | dump (llvm::raw_ostream &OS, const OriginManager &OM) const override |
![]() | |
virtual | ~Fact ()=default |
Kind | getKind () const |
template<typename T > | |
const T * | getAs () const |
virtual void | dump (llvm::raw_ostream &OS, const OriginManager &) const |
Static Public Member Functions | |
static bool | classof (const Fact *F) |
Additional Inherited Members | |
![]() | |
enum class | Kind : uint8_t { Issue , Expire , AssignOrigin , ReturnOfOrigin , Use , TestPoint } |
![]() | |
Fact (Kind K) | |
Definition at line 242 of file LifetimeSafety.cpp.
Definition at line 249 of file LifetimeSafety.cpp.
Definition at line 247 of file LifetimeSafety.cpp.
References clang::lifetimes::internal::Fact::getKind(), and clang::lifetimes::internal::Fact::Issue.
|
inlineoverridevirtual |
Reimplemented from clang::lifetimes::internal::Fact.
Definition at line 252 of file LifetimeSafety.cpp.
References clang::lifetimes::internal::OriginManager::dump(), getLoanID(), and getOriginID().
|
inline |
Definition at line 250 of file LifetimeSafety.cpp.
Referenced by dump(), clang::lifetimes::internal::LoanPropagationAnalysis::transfer(), and clang::lifetimes::internal::ExpiredLoansAnalysis::transfer().
|
inline |
Definition at line 251 of file LifetimeSafety.cpp.
Referenced by dump(), and clang::lifetimes::internal::LoanPropagationAnalysis::transfer().