Home
last modified time | relevance | path

Searched refs:Path2 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/unittests/Support/
DPath.cpp904 SmallString<64> Path2("a/b"); in TEST() local
913 path::native(Path2); in TEST()
914 EXPECT_PATH_IS(Path2, "a\\b", "a/b"); in TEST()
933 StringRef Path2("./////"); in TEST() local
937 Path2 = path::remove_leading_dotslash(Path2); in TEST()
938 EXPECT_EQ(Path2, ""); in TEST()
976 SmallString<64> Path2("/old/foo"); in TEST() local
985 Path = Path2; in TEST()
988 Path = Path2; in TEST()
994 Path = Path2; in TEST()
/external/clang/test/CodeGenCXX/
Dmangle.cpp402 struct Path2 : AmbiguousBase { double p; }; struct
403 struct Derived : Path1, Path2 { };
409 template <class T> decltype(((T*) 0)->Path2::ab) get_ab_2(T &ref) { return ref.Path2::ab; } in get_ab_2()
415 template <class T> decltype(((T*) 0)->Path2::p) get_p_2(T &ref) { return ref.Path2::p; } in get_p_2()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h361 const Twine &Path2 = "", const Twine &Path3 = "");
/external/llvm/include/llvm/Support/
DPath.h361 const Twine &Path2 = "", const Twine &Path3 = "");
/external/abi-compliance-checker/modules/Internals/
DSysCheck.pm447 my $Path2 = undef;
450 $Path2 = $Files2{$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/
DPath.cpp1175 const Twine &Path2, const Twine &Path3) { in user_cache_directory() argument
1177 append(Result, Path1, Path2, Path3); in user_cache_directory()
/external/llvm/lib/Support/
DPath.cpp1178 const Twine &Path2, const Twine &Path3) { in user_cache_directory() argument
1180 append(Result, Path1, Path2, Path3); in user_cache_directory()
/external/abi-compliance-checker/
Dabi-compliance-checker.pl6898 my ($Path1, $Path2) = @_;
6900 my @Parts2 = split(/[\/\\]/, $Path2);