14 #ifndef LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_STOREREF_H
15 #define LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_STOREREF_H
39 assert(&mgr == &x.mgr);
40 return x.store == store;
bool operator!=(const StoreRef &x) const
const StoreManager & getStoreManager() const
StoreRef & operator=(StoreRef const &)
bool operator==(const StoreRef &x) const
StoreRef(Store, StoreManager &)