Home
last modified time | relevance | path

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

/freebsd-src/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
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__utility/
H A Dno_destroy.h51 _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 Dsmall_buffer.h57 _LIBCPP_HIDE_FROM_ABI _Stored* __get() { in __get() function
/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h63 _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 Dallocation_guard.h90 _LIBCPP_HIDE_FROM_ABI _Pointer __get() const _NOEXCEPT { return __ptr_; } in __get() function
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Ddebugfs.h89 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
91 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
H A Dfs.h377 __DEFINE_SIMPLE_ATTRIBUTE(__fops,__get,__set,__fmt,__wrfunc) global() argument
/freebsd-src/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h36 _LIBCPP_HIDE_FROM_ABI _Vp __get() const noexcept { return __s_.__get(__idx_); } __get() function
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp597 long locale::id::__get() { __get() function in locale::id
[all...]