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

/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp504 SVal getBindingForElement(RegionBindingsConstRef B, const ElementRegion *R);
1334 return CastRetrievedVal(getBindingForElement(B, ER), ER, T, false);
1473 SVal RegionStoreManager::getBindingForElement(RegionBindingsConstRef B, function in class:RegionStoreManager
1498 // clients of getBindingForElement().
1594 Result = getBindingForElement(LazyBinding, ER);
1624 // At this point we have already checked in either getBindingForElement or

Completed in 75 milliseconds