clang 22.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h"
Public Member Functions | |
StoreRef (Store store, StoreManager &smgr) | |
StoreRef (const StoreRef &sr) | |
StoreRef & | operator= (StoreRef const &newStore) |
~StoreRef () | |
bool | operator== (const StoreRef &x) const |
bool | operator!= (const StoreRef &x) const |
Store | getStore () const |
const StoreManager & | getStoreManager () const |
Definition at line 29 of file StoreRef.h.
|
inline |
Definition at line 299 of file Store.h.
Referenced by operator!=(), operator=(), operator==(), and StoreRef().
|
inline |
Definition at line 305 of file Store.h.
References StoreRef().
|
inline |
Definition at line 46 of file StoreRef.h.
Referenced by clang::ento::ProgramState::killBinding(), and operator=().
|
inline |
Definition at line 47 of file StoreRef.h.
Definition at line 44 of file StoreRef.h.
References operator==(), and StoreRef().
Definition at line 317 of file Store.h.
References getStore(), and StoreRef().