Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfile_status.h30 : __ft_(__ft), __prms_(__prms) {} in __ft_() function
41 _LIBCPP_HIDE_FROM_ABI file_type type() const noexcept { return __ft_; } in type()
46 _LIBCPP_HIDE_FROM_ABI void type(file_type __ft) noexcept { __ft_ = __ft; } in type()
59 file_type __ft_;