Searched refs:__impl (Results 1 – 9 of 9) sorted by relevance
21 struct __impl;33 struct __impl { int x; }; struct42 struct __impl { struct57 struct __impl : public parent { struct71 struct __impl { struct
13 struct __impl;16 …static constexpr source_location current(const __impl *__p = __builtin_source_location()) noexcept… in current()31 struct __impl { struct in std::source_location37 const __impl *__m_impl = nullptr;40 using public_impl_alias = __impl;
18 __loc.__m_impl = static_cast<const __impl *>(__p); in current()34 struct __impl { struct in std::source_location40 const __impl *__m_impl = nullptr;
1131 class _LIBCPP_TEMPLATE_VIS __impl1137 __impl(__impl const&) = default;1138 __impl(__impl&&) = default;1139 __impl& operator=(__impl const&) = default;1140 __impl& operator=(__impl&&) = default;1150 void __swap(__impl& __that) {1163 __impl* __lhs = this;1168 __impl __tmp(_VSTD::move(*__rhs));1303 : __impl(in_place_index<0>) {}1463 __impl.__swap(__that.__impl);[all …]
295 __impl;304 typedef __type_info_implementations::__impl __impl;306 __impl::__type_name_t __type_name;310 : __type_name(__impl::__string_to_type_name(__n)) {}319 return __impl::__type_name_to_string(__type_name);325 return __impl::__lt(__type_name, __arg.__type_name);331 return __impl::__hash(__type_name);337 return __impl::__eq(__type_name, __arg.__type_name);
386 Callable __impl; in test_derived_from_variant() member
457 Callable __impl; in test_derived_from_variant() member
3470 const std::source_location::__impl *__builtin_source_location();3513 data of type ``std::source_location::__impl``. This type must have already been
11631 …"'std::source_location::__impl' was not found; it must be defined before '__builtin_source_locatio…11633 …"'std::source_location::__impl' must be standard-layout and have only two 'const char *' fields '_…