Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1084 StringRef CurrentComponent(""); // The empty component. in normalize() local
1086 std::swap(CurrentComponent, Components[Idx]); in normalize()
1089 for (unsigned i = Pos; !CurrentComponent.empty(); ++i) { in normalize()
1095 std::swap(CurrentComponent, Components[i]); in normalize()
1103 StringRef CurrentComponent(""); // The empty component. in normalize() local
1107 std::swap(CurrentComponent, Components[i]); in normalize()
1109 if (CurrentComponent.empty()) in normalize()
1116 if (!CurrentComponent.empty()) in normalize()
1117 Components.push_back(CurrentComponent); in normalize()