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

References

tools/lld/Common/ErrorHandler.cpp
  115   static std::regex regexes[] = {
  134   for (std::regex &re : regexes) {
  177     static std::regex re(R"(^(duplicate symbol: .*))"
tools/lld/ELF/OutputSections.cpp
  395   static std::regex re(R"((clang_rt\.)?crtbegin[ST]?(-.*)?\.o)");
  401   static std::regex re(R"((clang_rt\.)?crtend[ST]?(-.*)?\.o)");
utils/benchmark/src/re.h
   75   std::regex re_;