Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DTriple.cpp464 StringRef CurrentComponent(""); // The empty component. in normalize() local
466 std::swap(CurrentComponent, Components[Idx]); in normalize()
469 for (unsigned i = Pos; !CurrentComponent.empty(); ++i) { in normalize()
474 std::swap(CurrentComponent, Components[i]); in normalize()
482 StringRef CurrentComponent(""); // The empty component. in normalize() local
486 std::swap(CurrentComponent, Components[i]); in normalize()
488 if (CurrentComponent.empty()) in normalize()
495 if (!CurrentComponent.empty()) in normalize()
496 Components.push_back(CurrentComponent); in normalize()