Searched defs:Path1 (Results 1 – 5 of 5) sorted by relevance
31 auto Path1 = P.internPath({3, 2, 1}); in TEST() local
1044 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...]
1546 StringRef Path1("././/foolz/wat"); TEST() local 1599 SmallString<64> Path1(".\\.\\c"); TEST() local 1628 SmallString<64> Path1("/foo"); TEST() local [all...]
559 static bool comparePaths(StringRef Path1, StringRef Path2) { in comparePaths()
400 struct Path1 : AmbiguousBase { float p; }; argument