Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfile_status.h31 : __ft_(__ft), __prms_(__prms) {} in __ft_() argument
47 _LIBCPP_HIDE_FROM_ABI void type(file_type __ft) noexcept { __ft_ = __ft; } in type()
H A Ddirectory_entry.h228 _LIBCPP_HIDE_FROM_ABI static __cached_data __create_iter_result(file_type __ft) { in __create_iter_result()