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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp564 SVal getBindingForElement(RegionBindingsConstRef B, const ElementRegion *R);
1490 return CastRetrievedVal(getBindingForElement(B, ER), ER, T);
1629 SVal RegionStoreManager::getBindingForElement(RegionBindingsConstRef B, function in class:RegionStoreManager
1650 // clients of getBindingForElement().
1809 Result = getBindingForElement(LazyBinding, ER);
1839 // At this point we have already checked in either getBindingForElement or

Completed in 164 milliseconds