Searched refs:__impl (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | tzdb_list.h | 44 class __impl; // public to allow construction in dylib 45 _LIBCPP_HIDE_FROM_ABI explicit tzdb_list(__impl* __p) : __impl_(__p) { in tzdb_list() 65 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI __impl& __implementation() { return *__impl_; } in __implementation() 78 __impl* __impl_;
|
| H A D | time_zone.h | 50 class __impl; // public so it can be used by make_unique. 57 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI static time_zone __create(unique_ptr<__impl>&& __p); 153 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI const __impl& __implementation() const noexcept { return *__im… in __implementation() 161 unique_ptr<__impl> __impl_;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | simd_utils.h | 124 auto __impl = [&]<class _MaskT>(_MaskT) _LIBCPP_NO_SANITIZE("memory") noexcept { 135 return __impl(uint8_t{}); 137 return __impl(uint16_t{}); 139 return __impl(uint32_t{}); 141 return __impl(uint64_t{});
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | simd_utils.h | 129 auto __impl = [&]<class _MaskT>(_MaskT) _LIBCPP_NO_SANITIZE("memory") noexcept { 140 return __impl(uint8_t{}); 142 return __impl(uint16_t{}); 144 return __impl(uint32_t{}); 146 return __impl(uint64_t{});
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | source_location | 44 // The names source_location::__impl, _M_file_name, _M_function_name, _M_line, and _M_column 46 struct __impl { 52 const __impl* __ptr_ = nullptr; 54 // `const __impl*`. Per C++ [expr.const], casts from void* are not permitted 65 __sl.__ptr_ = static_cast<const __impl*>(__ptr);
|
| H A D | typeinfo | 280 __impl; 301 typedef __type_info_implementations::__impl __impl; 303 __impl::__type_name_t __type_name; 305 …_LIBCPP_HIDE_FROM_ABI explicit type_info(const char* __n) : __type_name(__impl::__string_to_type_n… 310 …_LIBCPP_HIDE_FROM_ABI const char* name() const _NOEXCEPT { return __impl::__type_name_to_string(__… 313 return __impl::__lt(__type_name, __arg.__type_name); 316 _LIBCPP_HIDE_FROM_ABI size_t hash_code() const _NOEXCEPT { return __impl::__hash(__type_name); } 324 return __impl::__eq(__type_name, __arg.__type_name);
|
| H A D | variant | 931 } __impl{this, std::forward<_Arg>(__arg)}; 932 …__impl(bool_constant < is_nothrow_constructible_v<_Tp, _Arg> || !is_nothrow_move_constructible_v <… 1031 class __impl : public __copy_assignment<__traits<_Types...>> { 1036 _LIBCPP_HIDE_FROM_ABI __impl(__impl const&) = default; 1037 _LIBCPP_HIDE_FROM_ABI __impl(__impl&&) = default; 1038 _LIBCPP_HIDE_FROM_ABI __impl& operator=(__impl const&) = default; 1039 _LIBCPP_HIDE_FROM_ABI __impl& operator=(__impl&&) = default; 1046 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __swap(__impl& __that) { 1059 __impl* __lhs = this; 1060 __impl* __rhs = std::addressof(__that); [all …]
|
| /freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/ |
| H A D | time_zone_private.h | 25 class time_zone::__impl { 27 …explicit _LIBCPP_HIDE_FROM_ABI __impl(string&& __name, const __tz::__rules_storage_type& __rules_d… in __impl() function
|
| H A D | tzdb_list_private.h | 46 class tzdb_list::__impl { 48 __impl() { __load_no_lock(); } in __impl() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | typeinfo | 271 __impl; 292 typedef __type_info_implementations::__impl __impl; 294 __impl::__type_name_t __type_name; 296 …_LIBCPP_HIDE_FROM_ABI explicit type_info(const char* __n) : __type_name(__impl::__string_to_type_n… 301 …_LIBCPP_HIDE_FROM_ABI const char* name() const _NOEXCEPT { return __impl::__type_name_to_string(__… 304 return __impl::__lt(__type_name, __arg.__type_name); 307 _LIBCPP_HIDE_FROM_ABI size_t hash_code() const _NOEXCEPT { return __impl::__hash(__type_name); } 315 return __impl::__eq(__type_name, __arg.__type_name);
|
| /freebsd/contrib/llvm-project/libcxx/src/experimental/ |
| H A D | tzdb.cpp | 575 auto __p = std::make_unique<time_zone::__impl>(chrono::__parse_string(__input), __rules); in __parse_zone() 797 static tzdb_list __result{new tzdb_list::__impl()}; in get_tzdb_list()
|
| H A D | time_zone.cpp | 738 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI time_zone time_zone::__create(unique_ptr<time_zone::__impl>… in __create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 13003 …"'std::source_location::__impl' was not found; it must be defined before '__builtin_source_locatio… 13005 …"'std::source_location::__impl' must be standard-layout and have only two 'const char *' fields '_…
|