reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 2387         V.getAs<nonloc::LazyCompoundVal>()) {
 2390     return bindAggregate(B, R, V);
 2392   if (V.getAs<nonloc::SymbolVal>())
 2393     return bindAggregate(B, R, V);
 2398   if (V.isUnknown() || !V.getAs<nonloc::CompoundVal>())
 2398   if (V.isUnknown() || !V.getAs<nonloc::CompoundVal>())
 2417   const nonloc::CompoundVal& CV = V.castAs<nonloc::CompoundVal>();