Searched refs:__opt (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | operations.h | 39 __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 43 __copy(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 83 …ne _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __opt) { in copy_file() argument 84 return __copy_file(__from, __to, __opt); in copy_file() 87 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file() argument 88 return __copy_file(__from, __to, __opt, &__ec); in copy_file() 100 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt) { in copy() argument 101 __copy(__from, __to, __opt); in copy() 103 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt, er… in copy() argument 104 __copy(__from, __to, __opt, &__ec); in copy()
|
| H A D | recursive_directory_iterator.h | 110 …_LIBCPP_EXPORTED_FROM_ABI recursive_directory_iterator(const path& __p, directory_options __opt, e…
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | optional | 376 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __construct_from(_That&& __opt) { 377 if (__opt.has_value()) 378 __construct(std::forward<_That>(__opt).__get()); 382 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __assign_from(_That&& __opt) { 383 if (this->__engaged_ == __opt.has_value()) { 385 static_cast<_Tp&>(this->__val_) = std::forward<_That>(__opt).__get(); 390 __construct(std::forward<_That>(__opt).__get()); 448 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __construct_from(_That&& __opt) { 449 if (__opt.has_value()) 450 __construct(std::forward<_That>(__opt).__get()); [all …]
|
| /freebsd/sys/dev/dpaa2/ |
| H A D | dpaa2_buf.h | 55 #define DPAA2_BUF_INIT_TAGOPT(__buf, __tag, __opt) do { \ argument 67 (__buf)->opt = (__opt); \
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | time.h | 395 char __opt = '\0'; in get() local 401 __opt = __cmd; in get() 404 __b = do_get(__b, __e, __iob, __err, __tm, __cmd, __opt); in get()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | locale | 1838 char __opt = '\0'; 1844 __opt = __cmd; 1847 __b = do_get(__b, __e, __iob, __err, __tm, __cmd, __opt);
|