Home
last modified time | relevance | path

Searched defs:__key (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dflat_map.h622 try_emplace(const key_type& __key, _Args&&... __args) { in try_emplace()
629 try_emplace(key_type&& __key, _Args&&... __args) { in try_emplace()
637 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 pair<iterator, bool> try_emplace(_Kp&& __key, … in try_emplace()
644 try_emplace(const_iterator __hint, const key_type& __key, _Args&&... __args) { in try_emplace()
651 try_emplace(const_iterator __hint, key_type&& __key, _Args&&... __args) { in try_emplace()
658 try_emplace(const_iterator __hint, _Kp&& __key, _Args&&... __args) { in try_emplace()
665 insert_or_assign(const key_type& __key, _Mapped&& __obj) { in insert_or_assign()
672 insert_or_assign(key_type&& __key, _Mapped&& __obj) { in insert_or_assign()
680 insert_or_assign(_Kp&& __key, _Mapped&& __obj) { in insert_or_assign()
687 insert_or_assign(const_iterator __hint, const key_type& __key, _Mapped&& __obj) { in insert_or_assign()
[all …]
H A Dflat_multimap.h794 _LIBCPP_HIDE_FROM_ABI static auto __find_impl(_Self&& __self, const _Kp& __key) { in __find_impl()
804 _LIBCPP_HIDE_FROM_ABI static auto __equal_range_impl(_Self&& __self, const _Kp& __key) { in __equal_range_impl()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dptrauth.h109 #define ptrauth_strip(__value, __key) __builtin_ptrauth_strip(__value, __key) argument
139 #define ptrauth_sign_constant(__value, __key, __data) \ argument
154 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument
317 #define ptrauth_strip(__value, __key) \ argument
330 #define ptrauth_sign_constant(__value, __key, __data) \ argument
337 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument
H A Dkeylockerintrin.h128 _mm_encodekey128_u32(unsigned int __htype, __m128i __key, void *__h) { in _mm_encodekey128_u32()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ptrauth.h19 # define ptrauth_strip(__value, __key) \ argument
36 # define ptrauth_strip(__value, __key) __value argument
H A Dsanitizer_platform_limits_posix.h220 int __key; member
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dc11.h179 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create()
183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get()
185 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
H A Dpthread.h209 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create()
213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get()
215 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__thread/support/
H A Dc11.h179 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create()
183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get()
185 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
H A Dpthread.h209 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create()
213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get()
215 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dboyer_moore_searcher.h53 …_LIBCPP_HIDE_FROM_ABI void insert(const key_type& __key, value_type __val) { __table_[__key] = __v… in insert()
77 _LIBCPP_HIDE_FROM_ABI void insert(key_type __key, value_type __val) { in insert()
/freebsd/contrib/llvm-project/libcxx/include/__flat_set/
H A Dflat_set.h698 …_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 static auto __find_impl(_Self&& __self, const _Kp& __key) { in __find_impl()
708 …BI _LIBCPP_CONSTEXPR_SINCE_CXX26 static auto __equal_range_impl(_Self&& __self, const _Kp& __key) { in __equal_range_impl()
719 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 pair<iterator, bool> __emplace(_Kp&& __key) { in __emplace()
729 …FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 bool __is_hint_correct(const_iterator __hint, _Kp&& __key) { in __is_hint_correct()
740 …ROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 iterator __emplace_hint(const_iterator __hint, _Kp&& __key) { in __emplace_hint()
H A Dflat_multiset.h614 _LIBCPP_HIDE_FROM_ABI iterator __emplace(_Kp&& __key) { in __emplace()
620 _LIBCPP_HIDE_FROM_ABI iterator __emplace_hint(const_iterator __hint, _Kp&& __key) { in __emplace_hint()
652 _LIBCPP_HIDE_FROM_ABI static auto __find_impl(_Self&& __self, const _Kp& __key) { in __find_impl()
662 _LIBCPP_HIDE_FROM_ABI static auto __equal_range_impl(_Self&& __self, const _Kp& __key) { in __equal_range_impl()