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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp563 SVal getBindingForElement(RegionBindingsConstRef B, const ElementRegion *R);
1529 return CastRetrievedVal(getBindingForElement(B, ER), ER, T);
1668 SVal RegionStoreManager::getBindingForElement(RegionBindingsConstRef B, function in class:RegionStoreManager
1693 // clients of getBindingForElement().
1852 Result = getBindingForElement(LazyBinding, ER);
1882 // At this point we have already checked in either getBindingForElement or

Completed in 69 milliseconds