Searched refs:Path3 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | Path.h | 361 const Twine &Path2 = "", const Twine &Path3 = "");
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 361 const Twine &Path2 = "", const Twine &Path3 = "");
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 905 SmallString<64> Path3("a\\b"); in TEST() local 916 path::native(Path3); in TEST() 917 EXPECT_PATH_IS(Path3, "a\\b", "a/b"); in TEST()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 1175 const Twine &Path2, const Twine &Path3) { in user_cache_directory() argument 1177 append(Result, Path1, Path2, Path3); in user_cache_directory()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 1178 const Twine &Path2, const Twine &Path3) { in user_cache_directory() argument 1180 append(Result, Path1, Path2, Path3); in user_cache_directory()
|
/external/llvm-project/llvm/unittests/Support/ |
D | Path.cpp | 1480 SmallString<64> Path3("/oldnew/foo"); in TEST() local 1514 Path = Path3; in TEST() 1518 Path = Path3; in TEST()
|