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

References

lib/Support/Statistic.cpp
  138         if (int Cmp = std::strcmp(LHS->getDebugType(), RHS->getDebugType()))
  138         if (int Cmp = std::strcmp(LHS->getDebugType(), RHS->getDebugType()))
  179                          (unsigned)std::strlen(Stats.Stats[i]->getDebugType()));
  193                  MaxDebugTypeLen, Stats.Stats[i]->getDebugType(),
  211     assert(yaml::needsQuotes(Stat->getDebugType()) == yaml::QuotingType::None &&
  215     OS << "\t\"" << Stat->getDebugType() << '.' << Stat->getName() << "\": "