Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h40 __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr);
44 __copy(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr);
81 …ne _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __opt) { in copy_file() argument
82 return __copy_file(__from, __to, __opt); in copy_file()
85 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file() argument
86 return __copy_file(__from, __to, __opt, &__ec); in copy_file()
98 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt) { in copy() argument
99 __copy(__from, __to, __opt); in copy()
101 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt, er… in copy() argument
102 __copy(__from, __to, __opt, &__ec); in copy()
H A Drecursive_directory_iterator.h112 …_LIBCPP_EXPORTED_FROM_ABI recursive_directory_iterator(const path& __p, directory_options __opt, e…
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Doptional375 if (__opt.has_value())
381 if (this->__engaged_ == __opt.has_value()) {
447 if (__opt.has_value())
453 if (has_value() == __opt.has_value()) {
477 this->__construct_from(__opt);
500 this->__construct_from(std::move(__opt));
524 this->__assign_from(__opt);
551 this->__assign_from(std::move(__opt));
778 swap(this->__get(), __opt.__get());
785 __opt.reset();
[all …]
H A Dlocale1810 char __opt = '\0';
1816 __opt = __cmd;
1819 __b = do_get(__b, __e, __iob, __err, __tm, __cmd, __opt);
/freebsd-14.2/sys/dev/dpaa2/
H A Ddpaa2_buf.h53 #define DPAA2_BUF_INIT_TAGOPT(__buf, __tag, __opt) do { \ argument
65 (__buf)->opt = (__opt); \