Home
last modified time | relevance | path

Searched refs:__ft (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfile_status.h30 _LIBCPP_HIDE_FROM_ABI explicit file_status(file_type __ft, perms __prms = perms::unknown) noexcept
31 : __ft_(__ft), __prms_(__prms) {} in __ft_() argument
47 _LIBCPP_HIDE_FROM_ABI void type(file_type __ft) noexcept { __ft_ = __ft; } in type() argument
H A Ddirectory_entry.h228 _LIBCPP_HIDE_FROM_ABI static __cached_data __create_iter_result(file_type __ft) { in __create_iter_result() argument
230 __data.__type_ = __ft; in __create_iter_result()
232 switch (__ft) { in __create_iter_result()