Searched refs:Path1 (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/Support/ |
D | Path.cpp | 880 SmallString<64> Path1("a"); in TEST() local 887 path::native(Path1); in TEST() 888 EXPECT_PATH_IS(Path1, "a", "a"); in TEST() 909 StringRef Path1("././/foolz/wat"); in TEST() local 912 Path1 = path::remove_leading_dotslash(Path1); in TEST() 913 EXPECT_EQ(Path1, "foolz/wat"); in TEST() 934 SmallString<64> Path1(".\\.\\c"); in TEST() local 935 EXPECT_TRUE(path::remove_dots(Path1, true)); in TEST() 936 EXPECT_EQ("c", Path1); in TEST() 945 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/include/llvm/Support/ |
D | Path.h | 341 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1,
|
/external/llvm/lib/Support/ |
D | Path.cpp | 1137 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1, in user_cache_directory() argument 1140 append(Result, Path1, Path2, Path3); in user_cache_directory()
|