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

References

tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  465   if (!LSym)
  469     SingleTy = LSym->getType();
  475     if (LSym->getType() != SingleTy)
  494   std::tie(LSym, LInt) = decomposeSymbol(LSym, BV);
  494   std::tie(LSym, LInt) = decomposeSymbol(LSym, BV);
  496   if (!shouldRearrange(State, Op, LSym, LInt, SingleTy) ||
  501   return doRearrangeUnchecked(State, Op, LSym, LInt, RSym, RInt);