Home
last modified time | relevance | path

Searched refs:__obj_ (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/
H A Dno_destroy.h43 : __obj_(std::forward<_Args>(__args)...) {} in __no_destroy()
47 new (&__obj_) _Tp(std::forward<_Args>(__args)...); in __emplace()
48 return __obj_; in __emplace()
51 _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI _Tp& __get() { return __obj_; } in __get()
52 _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI _Tp const& __get() const { return __obj_; } in __get()
56 _Tp __obj_; member
/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h71 __obj_(__obj) {}
182 __flush_(__ptr_, __size_, __obj_); in __flush()
191 void* __obj_; variable