Searched refs:Path1 (Results 1 – 8 of 8) sorted by relevance
/external/llvm/unittests/Support/ |
D | Path.cpp | 903 SmallString<64> Path1("a"); in TEST() local 910 path::native(Path1); in TEST() 911 EXPECT_PATH_IS(Path1, "a", "a"); in TEST() 932 StringRef Path1("././/foolz/wat"); in TEST() local 935 Path1 = path::remove_leading_dotslash(Path1); in TEST() 936 EXPECT_EQ(Path1, "foolz/wat"); in TEST() 957 SmallString<64> Path1(".\\.\\c"); in TEST() local 958 EXPECT_TRUE(path::remove_dots(Path1, true)); in TEST() 959 EXPECT_EQ("c", Path1); in TEST() 968 SmallString<64> Path1("././c"); in TEST() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 401 struct Path1 : AmbiguousBase { float p; }; argument 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 360 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1,
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 360 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1,
|
/external/abi-compliance-checker/modules/Internals/ |
D | SysCheck.pm | 446 my $Path1 = $Files1{$N}; 456 if(-s $Path1 == -s $Path2) 458 if(readFile($Path1) eq readFile($Path2)) { 469 … my $Cmd_R = $RfcDiff." --width 80 --stdout \"$Path1\" \"$Path2\" >$DiffOut 2>/dev/null";
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 1174 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1, in user_cache_directory() argument 1177 append(Result, Path1, Path2, Path3); in user_cache_directory()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 1177 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1, in user_cache_directory() argument 1180 append(Result, Path1, Path2, Path3); in user_cache_directory()
|
/external/abi-compliance-checker/ |
D | abi-compliance-checker.pl | 6898 my ($Path1, $Path2) = @_; 6899 my @Parts1 = split(/[\/\\]/, $Path1);
|