Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp618 SmallString<128> path_storage; in has_root_name() local
619 StringRef p = path.toStringRef(path_storage); in has_root_name()
625 SmallString<128> path_storage; in has_root_directory() local
632 SmallString<128> path_storage; in has_root_path() local
639 SmallString<128> path_storage; in has_relative_path() local
646 SmallString<128> path_storage; in has_filename() local
653 SmallString<128> path_storage; in has_parent_path() local
660 SmallString<128> path_storage; in has_stem() local
667 SmallString<128> path_storage; in has_extension() local
674 SmallString<128> path_storage; in is_absolute() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc402 SmallString<128> path_storage;
403 StringRef p = path.toNullTerminatedStringRef(path_storage);
413 SmallString<128> path_storage;
414 StringRef p = path.toNullTerminatedStringRef(path_storage);
453 SmallString<128> path_storage;
454 StringRef p = path.toNullTerminatedStringRef(path_storage);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1430 SmallString<128> path_storage; in FollowSymlinks() local
1432 *State, path.toStringRef(path_storage), FollowSymlinks); in FollowSymlinks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc768 SmallString<128> path_storage;
771 StringRef path8 = path.toStringRef(path_storage);