Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp222 Store asStore() const { in asStore() function in __anonfa909ae00311::RegionBindingsRef
557 .asStore(), in getInitialStore()
597 return BindResult{StoreRef(bind(BoundedBindings, LV, V).asStore(), *this), in Bind()
1512 return StoreRef(B.asStore(), *this); in invalidateRegions()
2451 return svalBuilder.makeLazyCompoundVal(StoreRef(B.asStore(), *this), R); in createLazyBinding()
2653 SVal V = getBinding(B.asStore(), *MRV, R->getValueType()); in bindArray()
3141 return StoreRef(B.asStore(), *this); in removeDeadBindings()
3159 Out << "{ \"pointer\": \"" << Bindings.asStore() << "\", \"items\": [" << NL; in printJson()