Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DTriple.cpp496 StringRef CurrentComponent(""); // The empty component. in normalize() local
498 std::swap(CurrentComponent, Components[Idx]); in normalize()
501 for (unsigned i = Pos; !CurrentComponent.empty(); ++i) { in normalize()
506 std::swap(CurrentComponent, Components[i]); in normalize()
514 StringRef CurrentComponent(""); // The empty component. in normalize() local
518 std::swap(CurrentComponent, Components[i]); in normalize()
520 if (CurrentComponent.empty()) in normalize()
527 if (!CurrentComponent.empty()) in normalize()
528 Components.push_back(CurrentComponent); in normalize()
/external/llvm/lib/Support/
DTriple.cpp783 StringRef CurrentComponent(""); // The empty component. in normalize() local
785 std::swap(CurrentComponent, Components[Idx]); in normalize()
788 for (unsigned i = Pos; !CurrentComponent.empty(); ++i) { in normalize()
794 std::swap(CurrentComponent, Components[i]); in normalize()
802 StringRef CurrentComponent(""); // The empty component. in normalize() local
806 std::swap(CurrentComponent, Components[i]); in normalize()
808 if (CurrentComponent.empty()) in normalize()
815 if (!CurrentComponent.empty()) in normalize()
816 Components.push_back(CurrentComponent); in normalize()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTriple.cpp808 StringRef CurrentComponent(""); // The empty component. in normalize() local
810 std::swap(CurrentComponent, Components[Idx]); in normalize()
813 for (unsigned i = Pos; !CurrentComponent.empty(); ++i) { in normalize()
819 std::swap(CurrentComponent, Components[i]); in normalize()
827 StringRef CurrentComponent(""); // The empty component. in normalize() local
831 std::swap(CurrentComponent, Components[i]); in normalize()
833 if (CurrentComponent.empty()) in normalize()
840 if (!CurrentComponent.empty()) in normalize()
841 Components.push_back(CurrentComponent); in normalize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTriple.cpp843 StringRef CurrentComponent(""); // The empty component. in normalize() local
845 std::swap(CurrentComponent, Components[Idx]); in normalize()
848 for (unsigned i = Pos; !CurrentComponent.empty(); ++i) { in normalize()
854 std::swap(CurrentComponent, Components[i]); in normalize()
862 StringRef CurrentComponent(""); // The empty component. in normalize() local
866 std::swap(CurrentComponent, Components[i]); in normalize()
868 if (CurrentComponent.empty()) in normalize()
875 if (!CurrentComponent.empty()) in normalize()
876 Components.push_back(CurrentComponent); in normalize()