Searched defs:__get (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/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 [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/__utility/ |
H A D | no_destroy.h | 51 _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI _Tp& __get() { return __obj_; } __get() function 52 _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI _Tp const& __get() const { return __obj_; } __get() function
|
H A D | small_buffer.h | 57 _LIBCPP_HIDE_FROM_ABI _Stored* __get() { in __get() function
|
/freebsd-src/contrib/llvm-project/libcxx/include/__memory/ |
H A D | compressed_pair.h | 63 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR const_reference __get() const _NOEXCEPT { return __value_; } in __get() function 64 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR const_reference __get() const _NOEXCEPT { return __value_; } __get() function
|
H A D | allocation_guard.h | 90 _LIBCPP_HIDE_FROM_ABI _Pointer __get() const _NOEXCEPT { return __ptr_; } in __get() function
|
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | debugfs.h | 89 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 91 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
|
H A D | fs.h | 377 __DEFINE_SIMPLE_ATTRIBUTE(__fops,__get,__set,__fmt,__wrfunc) global() argument
|
/freebsd-src/contrib/llvm-project/libcxx/include/experimental/__simd/ |
H A D | reference.h | 36 _LIBCPP_HIDE_FROM_ABI _Vp __get() const noexcept { return __s_.__get(__idx_); } __get() function
|
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 597 long locale::id::__get() { __get() function in locale::id [all...] |