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

References

tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
  237     OS << R;
tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
  270   os << "raw_offset_v2{" << getRegion() << ',' << getByteOffset() << '}';
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
 1186     Out << I->first << " : ";
tools/clang/lib/StaticAnalyzer/Core/DynamicType.cpp
  156         << "{ \"region\": \"" << MR << "\", \"dyn_type\": ";
  192     Indent(Out, Space, IsDot) << "{ \"region\": \"" << MR << "\", \"casts\": ";
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  471   os << "block_data{" << BC;
  476     os << "(" << I.getCapturedRegion() << "<-" <<
  476     os << "(" << I.getCapturedRegion() << "<-" <<
  492   os << "Base{" << superRegion << ',' << getDecl()->getName() << '}';
  496   os << "Derived{" << superRegion << ',' << getDecl()->getName() << '}';
  504   os << "Element{" << superRegion << ','
  509   os << superRegion << "." << *getDecl();
  513   os << "Ivar{" << superRegion << ',' << *getDecl() << '}';
  545   os << "raw_offset{" << getRegion() << ',' << getOffset().getQuantity() << '}';
  553   os << "StaticGlobalsMemSpace{" << CR << '}';
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  237           << "{ \"cluster\": \"" << I.getKey() << "\", \"pointer\": \""
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp
  349          << ',' << C.getRegion()
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
   96      << getParentSymbol() << ',' << getRegion() << '}';
  100   os << "extent_$" << getSymbolID() << '{' << getRegion() << '}';
  105      << getRegion() << ',' << T.getAsString() << '}';
  112      << '<' << getType().getAsString() << ' ' << R << '>';