Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/XRay/
H A DProfileTest.cpp31 auto Path1 = P.internPath({3, 2, 1}); in TEST() local
/llvm-project/clang/unittests/Tooling/
H A DRefactoringTest.cpp1044 FileToReplaces[std::string(Path1)] = Replacements(); in TEST() local
1060 FileToReplaces[std::string(Path1)] = Replacements(); in TEST() local
1076 StringRef Path1 = usesWindowsPaths() ? ".\\a\\b\\c.h" : "./a/b/c.h"; TEST() local
[all...]
/llvm-project/llvm/unittests/Support/
H A DPath.cpp1546 StringRef Path1("././/foolz/wat"); TEST() local
1599 SmallString<64> Path1(".\\.\\c"); TEST() local
1628 SmallString<64> Path1("/foo"); TEST() local
[all...]
/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp559 static bool comparePaths(StringRef Path1, StringRef Path2) { in comparePaths()
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle.cpp400 struct Path1 : AmbiguousBase { float p; }; argument