Searched defs:__get (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/ |
H A D | extents.h | 59 …_LIBCPP_HIDE_FROM_ABI static constexpr _Tp __get(size_t __index) noexcept { return __array[__index… in __get() function 62 _LIBCPP_HIDE_FROM_ABI static constexpr _Tp __get() { in __get() function
|
/freebsd/contrib/llvm-project/libcxx/include/__utility/ |
H A D | no_destroy.h | 45 _LIBCPP_HIDE_FROM_ABI _Tp& __get() { return *reinterpret_cast<_Tp*>(__obj_); } in __get() function 46 _LIBCPP_HIDE_FROM_ABI _Tp const& __get() const { return *reinterpret_cast<const _Tp*>(__obj_); } in __get() function
|
H A D | small_buffer.h | 57 _LIBCPP_HIDE_FROM_ABI _Stored* __get() { in __get() function
|
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | compressed_pair.h | 62 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 reference __get() _NOEXCEPT { return __value_;… in __get() function 63 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR const_reference __get() const _NOEXCEPT { return __value_;… in __get() function
|
H A D | allocation_guard.h | 95 _Pointer __get() const _NOEXCEPT { __get() function
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | debugfs.h | 91 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 93 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
|
H A D | fs.h | 387 #define __DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt, __wrfunc)\ argument
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/ |
H A D | reference.h | 40 _LIBCPP_HIDE_FROM_ABI _Vp __get() const noexcept { return __s_.__get(__idx_); } in __get() function
|
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | win32.h | 75 lconv* __get() { return &__lc_; } in __get() function
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 595 long locale::id::__get() { in __get() function in locale::id
|