/external/llvm/unittests/Support/ |
D | Path.cpp | 903 SmallString<64> Path1("a"); in TEST() local 910 path::native(Path1); in TEST() 911 EXPECT_PATH_IS(Path1, "a", "a"); in TEST() 932 StringRef Path1("././/foolz/wat"); in TEST() local 935 Path1 = path::remove_leading_dotslash(Path1); in TEST() 936 EXPECT_EQ(Path1, "foolz/wat"); in TEST() 957 SmallString<64> Path1(".\\.\\c"); in TEST() local 958 EXPECT_TRUE(path::remove_dots(Path1, true)); in TEST() 959 EXPECT_EQ("c", Path1); in TEST() 968 SmallString<64> Path1("././c"); in TEST() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 401 struct Path1 : AmbiguousBase { float p; }; struct 403 struct Derived : Path1, Path2 { }; 406 template <class T> decltype(((T*) 0)->Path1::ab) get_ab_1(T &ref) { return ref.Path1::ab; } in get_ab_1() 412 template <class T> decltype(((T*) 0)->Path1::p) get_p_1(T &ref) { return ref.Path1::p; } in get_p_1()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle.cpp | 401 struct Path1 : AmbiguousBase { float p; }; argument 403 struct Derived : Path1, Path2 { }; 406 template <class T> decltype(((T*) 0)->Path1::ab) get_ab_1(T &ref) { return ref.Path1::ab; } in get_ab_1() 412 template <class T> decltype(((T*) 0)->Path1::p) get_p_1(T &ref) { return ref.Path1::p; } in get_p_1()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 1040 StringRef Path1 = "a/b/.././c.h"; in TEST() local 1043 StringRef Path1 = "a\\b\\..\\.\\c.h"; in TEST() local 1046 EXPECT_TRUE(VFS->addFile(Path1, 0, llvm::MemoryBuffer::getMemBuffer(""))); in TEST() 1048 FileToReplaces[std::string(Path1)] = Replacements(); in TEST() 1052 EXPECT_EQ(Path1, FileToReplaces.begin()->first); in TEST() 1061 StringRef Path1 = "./a/b/c.h"; in TEST() local 1064 StringRef Path1 = ".\\a\\b\\c.h"; in TEST() local 1067 EXPECT_TRUE(VFS->addFile(Path1, 0, llvm::MemoryBuffer::getMemBuffer(""))); in TEST() 1069 FileToReplaces[std::string(Path1)] = Replacements(); in TEST() 1073 EXPECT_EQ(Path1, FileToReplaces.begin()->first); in TEST() [all …]
|
/external/llvm-project/llvm/unittests/XRay/ |
D | ProfileTest.cpp | 31 auto Path1 = P.internPath({3, 2, 1}); in TEST() local 33 EXPECT_THAT(Path0, Eq(Path1)); in TEST()
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 360 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 360 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1,
|
/external/llvm-project/llvm/unittests/Support/ |
D | Path.cpp | 1395 StringRef Path1("././/foolz/wat"); in TEST() local 1398 Path1 = path::remove_leading_dotslash(Path1); in TEST() 1399 EXPECT_EQ(Path1, "foolz/wat"); in TEST() 1449 SmallString<64> Path1(".\\.\\c"); in TEST() local 1450 EXPECT_TRUE(path::remove_dots(Path1, true, path::Style::windows)); in TEST() 1451 EXPECT_EQ("c", Path1); in TEST() 1478 SmallString<64> Path1("/foo"); in TEST() local 1490 SmallString<64> Path = Path1; in TEST() 1502 Path = Path1; in TEST() 1522 Path = Path1; in TEST()
|
/external/llvm-project/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 521 static bool comparePaths(StringRef Path1, StringRef Path2) { in comparePaths() argument 528 failIfError(sys::windows::UTF8ToUTF16(normalizePath(Path1), WPath1)); in comparePaths() 534 return normalizePath(Path1) == normalizePath(Path2); in comparePaths()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 1174 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1, in user_cache_directory() argument 1177 append(Result, Path1, Path2, Path3); in user_cache_directory()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 1177 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1, in user_cache_directory() argument 1180 append(Result, Path1, Path2, Path3); in user_cache_directory()
|