Searched refs:asStore (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 222 Store asStore() const { in asStore() function in __anon5d660c940311::RegionBindingsRef 412 CBFactory, IsMainAnalysis).asStore(), *this); in getInitialStore() 444 return StoreRef(bind(getRegionBindings(store), LV, V).asStore(), *this); in Bind() 1377 return StoreRef(B.asStore(), *this); in invalidateRegions() 2055 return svalBuilder.makeLazyCompoundVal(StoreRef(B.asStore(), *this), R); in createLazyBinding() 2204 SVal V = getBinding(B.asStore(), *MRV, R->getValueType()); in bindArray() 2625 return StoreRef(B.asStore(), *this); in removeDeadBindings() 2643 Out << "{ \"pointer\": \"" << Bindings.asStore() << "\", \"items\": [" << NL; in printJson()
|