Home
last modified time | relevance | path

Searched defs:__get (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dextents.h59 …_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 Dno_destroy.h45 _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 Dsmall_buffer.h57 _LIBCPP_HIDE_FROM_ABI _Stored* __get() { in __get() function
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h62 …_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 Dallocation_guard.h95 _Pointer __get() const _NOEXCEPT { __get() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddebugfs.h91 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
93 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
H A Dfs.h387 #define __DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt, __wrfunc)\ argument
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h40 _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 Dwin32.h75 lconv* __get() { return &__lc_; } in __get() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp595 long locale::id::__get() { in __get() function in locale::id