Searched refs:asStore (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 223 Store asStore() const { in asStore() function in __anonfa909ae00311::RegionBindingsRef 402 CBFactory, IsMainAnalysis).asStore(), *this); in getInitialStore() 443 return StoreRef(bind(getRegionBindings(store), LV, V).asStore(), *this); in Bind() 1353 return StoreRef(B.asStore(), *this); in invalidateRegions() 2292 return svalBuilder.makeLazyCompoundVal(StoreRef(B.asStore(), *this), R); in createLazyBinding() 2475 SVal V = getBinding(B.asStore(), *MRV, R->getValueType()); in bindArray() 2898 return StoreRef(B.asStore(), *this); in removeDeadBindings() 2916 Out << "{ \"pointer\": \"" << Bindings.asStore() << "\", \"items\": [" << NL; in printJson()
|