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

References

lib/Support/Triple.cpp
  829   Found[0] = Arch != UnknownArch;
  830   Found[1] = Vendor != UnknownVendor;
  831   Found[2] = OS != UnknownOS;
  832   Found[3] = Environment != UnknownEnvironment;
  837   for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) {
  838     if (Found[Pos])
  843       if (Idx < array_lengthof(Found) && Found[Idx])
  843       if (Idx < array_lengthof(Found) && Found[Idx])
  891           while (i < array_lengthof(Found) && Found[i])
  891           while (i < array_lengthof(Found) && Found[i])
  912             while (++i < array_lengthof(Found) && Found[i])
  912             while (++i < array_lengthof(Found) && Found[i])
  920           while (++Idx < array_lengthof(Found) && Found[Idx])
  920           while (++Idx < array_lengthof(Found) && Found[Idx])
  926       Found[Pos] = true;