Home
last modified time | relevance | path

Searched refs:PathHome (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/
H A DPath.cpp495 SmallString<128> PathHome; in native()
496 home_directory(PathHome); in native()
497 PathHome.append(Path.begin() + 1, Path.end()); in native()
498 Path = PathHome; in native()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DPath.cpp554 SmallString<128> PathHome; in native() local
555 home_directory(PathHome); in native()
556 PathHome.append(Path.begin() + 1, Path.end()); in native()
557 Path = PathHome; in native()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DPath.cpp556 SmallString<128> PathHome; in native() local
557 home_directory(PathHome); in native()
558 PathHome.append(Path.begin() + 1, Path.end()); in native()
559 Path = PathHome; in native()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DPath.cpp554 SmallString<128> PathHome; in native() local
555 home_directory(PathHome); in native()
556 PathHome.append(Path.begin() + 1, Path.end()); in native()
557 Path = PathHome; in native()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DPath.cpp554 SmallString<128> PathHome; in native() local
555 home_directory(PathHome); in native()
556 PathHome.append(Path.begin() + 1, Path.end()); in native()
557 Path = PathHome; in native()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DPath.cpp554 SmallString<128> PathHome; in native() local
555 home_directory(PathHome); in native()
556 PathHome.append(Path.begin() + 1, Path.end()); in native()
557 Path = PathHome; in native()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DPath.cpp556 SmallString<128> PathHome; in native() local
557 home_directory(PathHome); in native()
558 PathHome.append(Path.begin() + 1, Path.end()); in native()
559 Path = PathHome; in native()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DPath.cpp561 SmallString<128> PathHome; in native() local
562 home_directory(PathHome); in native()
563 PathHome.append(Path.begin() + 1, Path.end()); in native()
564 Path = PathHome; in native()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DPath.cpp554 SmallString<128> PathHome; in native() local
555 home_directory(PathHome); in native()
556 PathHome.append(Path.begin() + 1, Path.end()); in native()
557 Path = PathHome; in native()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp561 SmallString<128> PathHome; in native() local
562 home_directory(PathHome); in native()
563 PathHome.append(Path.begin() + 1, Path.end()); in native()
564 Path = PathHome; in native()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DPath.cpp554 SmallString<128> PathHome; in native() local
555 home_directory(PathHome); in native()
556 PathHome.append(Path.begin() + 1, Path.end()); in native()
557 Path = PathHome; in native()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DPath.cpp554 SmallString<128> PathHome; in native() local
555 home_directory(PathHome); in native()
556 PathHome.append(Path.begin() + 1, Path.end()); in native()
557 Path = PathHome; in native()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DPath.cpp561 SmallString<128> PathHome; in native() local
562 home_directory(PathHome); in native()
563 PathHome.append(Path.begin() + 1, Path.end()); in native()
564 Path = PathHome; in native()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DPath.cpp554 SmallString<128> PathHome; in native() local
555 home_directory(PathHome); in native()
556 PathHome.append(Path.begin() + 1, Path.end()); in native()
557 Path = PathHome; in native()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DPath.cpp554 SmallString<128> PathHome; in native() local
555 home_directory(PathHome); in native()
556 PathHome.append(Path.begin() + 1, Path.end()); in native()
557 Path = PathHome; in native()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DPath.cpp538 SmallString<128> PathHome; in native() local
539 home_directory(PathHome); in native()
540 PathHome.append(Path.begin() + 1, Path.end()); in native()
541 Path = PathHome; in native()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DPath.cpp563 SmallString<128> PathHome; in native() local
564 home_directory(PathHome); in native()
565 PathHome.append(Path.begin() + 1, Path.end()); in native()
566 Path = PathHome; in native()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DPath.cpp554 SmallString<128> PathHome; in native() local
555 home_directory(PathHome); in native()
556 PathHome.append(Path.begin() + 1, Path.end()); in native()
557 Path = PathHome; in native()
/dports/devel/llvm80/llvm-8.0.1.src/unittests/Support/
H A DPath.cpp1127 SmallString<64> PathHome; in TEST() local
1128 path::home_directory(PathHome); in TEST()
1134 EXPECT_TRUE(Path7.startswith(PathHome)); in TEST()
1135 EXPECT_EQ(Path7.size(), PathHome.size() + strlen(Path7a + 1)); in TEST()
1140 EXPECT_EQ(Path8, PathHome); in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/unittests/Support/
H A DPath.cpp1123 SmallString<64> PathHome; in TEST() local
1124 path::home_directory(PathHome); in TEST()
1130 EXPECT_TRUE(Path7.startswith(PathHome)); in TEST()
1131 EXPECT_EQ(Path7.size(), PathHome.size() + strlen(Path7a + 1)); in TEST()
1136 EXPECT_EQ(Path8, PathHome); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/Support/
H A DPath.cpp1149 SmallString<64> PathHome; in TEST() local
1150 path::home_directory(PathHome); in TEST()
1156 EXPECT_TRUE(Path7.startswith(PathHome)); in TEST()
1157 EXPECT_EQ(Path7.size(), PathHome.size() + strlen(Path7a + 1)); in TEST()
1162 EXPECT_EQ(Path8, PathHome); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Support/
H A DPath.cpp1149 SmallString<64> PathHome; in TEST() local
1150 path::home_directory(PathHome); in TEST()
1156 EXPECT_TRUE(Path7.startswith(PathHome)); in TEST()
1157 EXPECT_EQ(Path7.size(), PathHome.size() + strlen(Path7a + 1)); in TEST()
1162 EXPECT_EQ(Path8, PathHome); in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/Support/
H A DPath.cpp1138 SmallString<64> PathHome; in TEST() local
1139 path::home_directory(PathHome); in TEST()
1145 EXPECT_TRUE(Path7.startswith(PathHome)); in TEST()
1146 EXPECT_EQ(Path7.size(), PathHome.size() + strlen(Path7a + 1)); in TEST()
1151 EXPECT_EQ(Path8, PathHome); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Support/
H A DPath.cpp1352 SmallString<64> PathHome; in TEST() local
1353 path::home_directory(PathHome); in TEST()
1359 EXPECT_TRUE(Path7.startswith(PathHome)); in TEST()
1360 EXPECT_EQ(Path7.size(), PathHome.size() + strlen(Path7a + 1)); in TEST()
1365 EXPECT_EQ(Path8, PathHome); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Support/
H A DPath.cpp1341 SmallString<64> PathHome; in TEST() local
1342 path::home_directory(PathHome); in TEST()
1348 EXPECT_TRUE(Path7.startswith(PathHome)); in TEST()
1349 EXPECT_EQ(Path7.size(), PathHome.size() + strlen(Path7a + 1)); in TEST()
1354 EXPECT_EQ(Path8, PathHome); in TEST()

12