Home
last modified time | relevance | path

Searched refs:__impl (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location_err.cpp21 struct __impl;
33 struct __impl { int x; }; struct
42 struct __impl { struct
57 struct __impl : public parent { struct
71 struct __impl { struct
H A Dsource_location.cpp13 struct __impl;
16 …static constexpr source_location current(const __impl *__p = __builtin_source_location()) noexcept… in current()
31 struct __impl { struct in std::source_location
37 const __impl *__m_impl = nullptr;
40 using public_impl_alias = __impl;
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dbuiltin-source-location.cpp18 __loc.__m_impl = static_cast<const __impl *>(__p); in current()
34 struct __impl { struct in std::source_location
40 const __impl *__m_impl = nullptr;
/llvm-project-15.0.7/libcxx/include/
H A Dvariant1131 class _LIBCPP_TEMPLATE_VIS __impl
1137 __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 …]
H A Dtypeinfo295 __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);
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.visit/
H A Dvisit.pass.cpp386 Callable __impl; in test_derived_from_variant() member
H A Dvisit_return_type.pass.cpp457 Callable __impl; in test_derived_from_variant() member
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst3470 const std::source_location::__impl *__builtin_source_location();
3513 data of type ``std::source_location::__impl``. This type must have already been
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td11631 …"'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 '_…