Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDPath.cpp595 SmallString<128> path_storage; in has_root_name() local
596 StringRef p = path.toStringRef(path_storage); in has_root_name()
602 SmallString<128> path_storage; in has_root_directory() local
603 StringRef p = path.toStringRef(path_storage); in has_root_directory()
609 SmallString<128> path_storage; in has_root_path() local
610 StringRef p = path.toStringRef(path_storage); in has_root_path()
616 SmallString<128> path_storage; in has_relative_path() local
617 StringRef p = path.toStringRef(path_storage); in has_relative_path()
623 SmallString<128> path_storage; in has_filename() local
624 StringRef p = path.toStringRef(path_storage); in has_filename()
[all …]
/NextBSD/contrib/llvm/lib/Support/Unix/
HDPath.inc223 SmallString<128> path_storage;
224 StringRef p = path.toNullTerminatedStringRef(path_storage);
250 SmallString<128> path_storage;
251 StringRef p = path.toNullTerminatedStringRef(path_storage);
/NextBSD/contrib/llvm/include/llvm/Support/
HDFileSystem.h738 SmallString<128> path_storage; in directory_iterator() local
740 path.toStringRef(path_storage)); in directory_iterator()
/NextBSD/contrib/llvm/lib/Support/Windows/
HDPath.inc401 SmallString<128> path_storage;
404 StringRef path8 = path.toStringRef(path_storage);