Home
last modified time | relevance | path

Searched refs:path_storage (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp614 SmallString<128> path_storage; in has_root_name() local
615 StringRef p = path.toStringRef(path_storage); in has_root_name()
621 SmallString<128> path_storage; in has_root_directory() local
622 StringRef p = path.toStringRef(path_storage); in has_root_directory()
628 SmallString<128> path_storage; in has_root_path() local
629 StringRef p = path.toStringRef(path_storage); in has_root_path()
635 SmallString<128> path_storage; in has_relative_path() local
636 StringRef p = path.toStringRef(path_storage); in has_relative_path()
642 SmallString<128> path_storage; in has_filename() local
643 StringRef p = path.toStringRef(path_storage); in has_filename()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc377 SmallString<128> path_storage;
378 StringRef p = path.toNullTerminatedStringRef(path_storage);
388 SmallString<128> path_storage;
389 StringRef p = path.toNullTerminatedStringRef(path_storage);
428 SmallString<128> path_storage;
429 StringRef p = path.toNullTerminatedStringRef(path_storage);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h1407 SmallString<128> path_storage; in FollowSymlinks() local
1409 *State, path.toStringRef(path_storage), FollowSymlinks); in FollowSymlinks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc744 SmallString<128> path_storage;
747 StringRef path8 = path.toStringRef(path_storage);