Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DTriple.cpp753 StringRef CurrentComponent(""); // The empty component. in normalize() local
755 std::swap(CurrentComponent, Components[Idx]); in normalize()
758 for (unsigned i = Pos; !CurrentComponent.empty(); ++i) { in normalize()
764 std::swap(CurrentComponent, Components[i]); in normalize()
772 StringRef CurrentComponent(""); // The empty component. in normalize() local
776 std::swap(CurrentComponent, Components[i]); in normalize()
778 if (CurrentComponent.empty()) in normalize()
785 if (!CurrentComponent.empty()) in normalize()
786 Components.push_back(CurrentComponent); in normalize()