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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp223 Store asStore() const { function in class:__anon2363::RegionBindingsRef
413 CBFactory, IsMainAnalysis).asStore(), *this);
445 return StoreRef(bind(getRegionBindings(store), LV, V).asStore(), *this);
1378 return StoreRef(B.asStore(), *this);
2056 return svalBuilder.makeLazyCompoundVal(StoreRef(B.asStore(), *this), R);
2205 SVal V = getBinding(B.asStore(), *MRV, R->getValueType());
2626 return StoreRef(B.asStore(), *this);
2644 Out << "{ \"pointer\": \"" << Bindings.asStore() << "\", \"items\": [" << NL;

Completed in 117 milliseconds