Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DTriple.cpp579 StringRef CurrentComponent(""); // The empty component. in normalize() local
581 std::swap(CurrentComponent, Components[Idx]); in normalize()
584 for (unsigned i = Pos; !CurrentComponent.empty(); ++i) { in normalize()
590 std::swap(CurrentComponent, Components[i]); in normalize()
598 StringRef CurrentComponent(""); // The empty component. in normalize() local
602 std::swap(CurrentComponent, Components[i]); in normalize()
604 if (CurrentComponent.empty()) in normalize()
611 if (!CurrentComponent.empty()) in normalize()
612 Components.push_back(CurrentComponent); in normalize()