Home
last modified time | relevance | path

Searched defs:Path1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/XRay/
H A DProfileTest.cpp31 auto Path1 = P.internPath({3, 2, 1}); in TEST() local
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp1515 StringRef Path1("././/foolz/wat"); in TEST() local
1568 SmallString<64> Path1(".\\.\\c"); in TEST() local
1597 SmallString<64> Path1("/foo"); in TEST() local
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringTest.cpp1043 StringRef Path1 = usesWindowsPaths() ? "a\\b\\..\\.\\c.h" : "a/b/.././c.h"; in TEST() local
1059 StringRef Path1 = usesWindowsPaths() ? ".\\a\\b\\c.h" : "./a/b/c.h"; in TEST() local
1075 StringRef Path1 = usesWindowsPaths() ? ".\\a\\b\\c.h" : "./a/b/c.h"; in TEST() local
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle.cpp401 struct Path1 : AmbiguousBase { float p; }; struct
/llvm-project-15.0.7/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp563 static bool comparePaths(StringRef Path1, StringRef Path2) { in comparePaths()