Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dany341 _LIBCPP_HIDE_FROM_ABI static _Tp& __create(any& __dest, _Args&&... __args) {
362 …_SmallHandler::__create(__dest, *static_cast<_Tp const*>(static_cast<void const*>(&__this.__s_.__b…
366 …_SmallHandler::__create(__dest, std::move(*static_cast<_Tp*>(static_cast<void*>(&__this.__s_.__buf…
408 _LIBCPP_HIDE_FROM_ABI static _Tp& __create(any& __dest, _Args&&... __args) {
433 _LargeHandler::__create(__dest, *static_cast<_Tp const*>(__this.__s_.__ptr));
461 __any_imp::_Handler<_Tp>::__create(*this, std::forward<_ValueType>(__v));
466 __any_imp::_Handler<_Tp>::__create(*this, std::forward<_Args>(__args)...);
471 __any_imp::_Handler<_Tp>::__create(*this, __il, std::forward<_Args>(__args)...);
483 return __any_imp::_Handler<_Tp>::__create(*this, std::forward<_Args>(__args)...);
489 return __any_imp::_Handler<_Tp>::__create(*this, __il, std::forward<_Args>(__args)...);
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtime_zone.h57 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI static time_zone __create(unique_ptr<__impl>&& __p);
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h358 _LIBCPP_HIDE_FROM_ABI static const __policy* __create() {
460 __policy_ = __policy::__create<_Fp>();
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp586 __tzdb.zones.emplace_back(time_zone::__create(std::move(__p))); in __parse_zone()
H A Dtime_zone.cpp738 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI time_zone time_zone::__create(unique_ptr<time_zone::__impl>… in __create() function in chrono::time_zone