Lines Matching refs:Found
632 bool Found[4]; in normalize() local
633 Found[0] = Arch != UnknownArch; in normalize()
634 Found[1] = Vendor != UnknownVendor; in normalize()
635 Found[2] = OS != UnknownOS; in normalize()
636 Found[3] = Environment != UnknownEnvironment; in normalize()
641 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) { in normalize()
642 if (Found[Pos]) in normalize()
647 if (Idx < array_lengthof(Found) && Found[Idx]) in normalize()
695 while (i < array_lengthof(Found) && Found[i]) in normalize()
716 while (++i < array_lengthof(Found) && Found[i]) in normalize()
724 while (++Idx < array_lengthof(Found) && Found[Idx]) in normalize()
730 Found[Pos] = true; in normalize()