Home
last modified time | relevance | path

Searched refs:__launder (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__new/
H A Dlaunder.h22 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Tp* __launder(_Tp* __p) _NOEXCEPT… in __launder() function
31 return std::__launder(__p); in launder()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dnew313 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI _Tp* __launder(_Tp* __p) _NOEXCEPT {
H A Dforward_list226 #include <__cxx03/new> // __launder
311 …_LIBCPP_HIDE_FROM_ABI _Tp& __get_value() { return *std::__launder(reinterpret_cast<_Tp*>(&__buffer…
H A Dlist232 #include <__cxx03/new> // __launder
306 …_LIBCPP_HIDE_FROM_ABI _Tp& __get_value() { return *std::__launder(reinterpret_cast<_Tp*>(&__buffer…
H A D__hash_table44 #include <__cxx03/new> // __launder
116 …_LIBCPP_HIDE_FROM_ABI _Tp& __get_value() { return *std::__launder(reinterpret_cast<_Tp*>(&__buffer…
/freebsd/contrib/llvm-project/libcxx/include/
H A Dforward_list337 …_LIBCPP_HIDE_FROM_ABI _Tp& __get_value() { return *std::__launder(reinterpret_cast<_Tp*>(&__buffer…
H A Dlist335 …_LIBCPP_HIDE_FROM_ABI _Tp& __get_value() { return *std::__launder(reinterpret_cast<_Tp*>(&__buffer…
H A D__hash_table151 return *std::__launder(reinterpret_cast<__node_value_type*>(&__buffer_));