Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp1028 StringRef CurrentComponent(""); // The empty component. in normalize() local
1030 std::swap(CurrentComponent, Components[Idx]); in normalize()
1033 for (unsigned i = Pos; !CurrentComponent.empty(); ++i) { in normalize()
1039 std::swap(CurrentComponent, Components[i]); in normalize()
1047 StringRef CurrentComponent(""); // The empty component. in normalize() local
1051 std::swap(CurrentComponent, Components[i]); in normalize()
1053 if (CurrentComponent.empty()) in normalize()
1060 if (!CurrentComponent.empty()) in normalize()
1061 Components.push_back(CurrentComponent); in normalize()