Home
last modified time | relevance | path

Searched refs:asStore (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp223 Store asStore() const { in asStore() function in __anon93e2d1960311::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()
2474 SVal V = getBinding(B.asStore(), *MRV, R->getValueType()); in bindArray()
2897 return StoreRef(B.asStore(), *this); in removeDeadBindings()
2915 Out << "{ \"pointer\": \"" << Bindings.asStore() << "\", \"items\": [" << NL; in printJson()