Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libstdc++-v3/include/debug/
H A Dhash_multimap.h155 find(const key_type& __key) in find()
159 find(const key_type& __key) const in find()
165 equal_range(const key_type& __key) in equal_range()
175 equal_range(const key_type& __key) const in equal_range()
185 erase(const key_type& __key) in erase()
H A Dhash_map.h173 find(const key_type& __key) in find()
177 find(const key_type& __key) const in find()
184 equal_range(const key_type& __key) in equal_range()
194 equal_range(const key_type& __key) const in equal_range()
204 erase(const key_type& __key) in erase()
H A Dhash_multiset.h150 find(const key_type& __key) const in find()
156 equal_range(const key_type& __key) const in equal_range()
166 erase(const key_type& __key) in erase()
H A Dhash_set.h163 find(const key_type& __key) const in find()
169 equal_range(const key_type& __key) const in equal_range()
179 erase(const key_type& __key) in erase()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ptrauth.h15 inline unsigned long ptrauth_strip(void* __value, unsigned int __key) { in ptrauth_strip()
34 #define ptrauth_strip(__value, __key) __value argument
H A Dsanitizer_platform_limits_posix.h223 int __key; member
/openbsd/gnu/llvm/libcxx/src/support/win32/
H A Dthread_win32.cpp252 int __libcpp_tls_create(__libcpp_tls_key* __key, in __libcpp_tls_create()
262 void *__libcpp_tls_get(__libcpp_tls_key __key) in __libcpp_tls_get()
267 int __libcpp_tls_set(__libcpp_tls_key __key, void *__p) in __libcpp_tls_set()
/openbsd/gnu/llvm/libcxx/include/__functional/
H A Dboyer_moore_searcher.h61 _LIBCPP_HIDE_FROM_ABI void insert(const key_type& __key, value_type __val) { in insert()
90 _LIBCPP_HIDE_FROM_ABI void insert(key_type __key, value_type __val) { in insert()
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dkeylockerintrin.h131 _mm_encodekey128_u32(unsigned int __htype, __m128i __key, void *__h) { in _mm_encodekey128_u32()