Home
last modified time | relevance | path

Searched refs:CurrentComponent (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDTriple.cpp688 StringRef CurrentComponent(""); // The empty component. in normalize() local
690 std::swap(CurrentComponent, Components[Idx]); in normalize()
693 for (unsigned i = Pos; !CurrentComponent.empty(); ++i) { in normalize()
699 std::swap(CurrentComponent, Components[i]); in normalize()
707 StringRef CurrentComponent(""); // The empty component. in normalize() local
711 std::swap(CurrentComponent, Components[i]); in normalize()
713 if (CurrentComponent.empty()) in normalize()
720 if (!CurrentComponent.empty()) in normalize()
721 Components.push_back(CurrentComponent); in normalize()