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

References

tools/gold/gold-plugin.cpp
  693   return !S.empty() && (isAlpha(S[0]) || S[0] == '_') &&
  693   return !S.empty() && (isAlpha(S[0]) || S[0] == '_') &&
  693   return !S.empty() && (isAlpha(S[0]) || S[0] == '_') &&
  694          std::all_of(S.begin() + 1, S.end(),
  694          std::all_of(S.begin() + 1, S.end(),