Searched defs:Path1 (Results 1 – 5 of 5) sorted by relevance
31 auto Path1 = P.internPath({3, 2, 1}); in TEST() local
1515 StringRef Path1("././/foolz/wat"); in TEST() local1568 SmallString<64> Path1(".\\.\\c"); in TEST() local1597 SmallString<64> Path1("/foo"); in TEST() local
1043 StringRef Path1 = usesWindowsPaths() ? "a\\b\\..\\.\\c.h" : "a/b/.././c.h"; in TEST() local1059 StringRef Path1 = usesWindowsPaths() ? ".\\a\\b\\c.h" : "./a/b/c.h"; in TEST() local1075 StringRef Path1 = usesWindowsPaths() ? ".\\a\\b\\c.h" : "./a/b/c.h"; in TEST() local
401 struct Path1 : AmbiguousBase { float p; }; struct
563 static bool comparePaths(StringRef Path1, StringRef Path2) { in comparePaths()