Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfile_status.h29 _LIBCPP_HIDE_FROM_ABI explicit file_status(file_type __ft, perms __prms = perms::unknown) noexcept
30 : __ft_(__ft), __prms_(__prms) {} in __ft_() argument
46 _LIBCPP_HIDE_FROM_ABI void type(file_type __ft) noexcept { __ft_ = __ft; } in type() argument
H A Ddirectory_entry.h227 _LIBCPP_HIDE_FROM_ABI static __cached_data __create_iter_result(file_type __ft) { in __create_iter_result() argument
229 __data.__type_ = __ft; in __create_iter_result()
231 switch (__ft) { in __create_iter_result()