Home
last modified time | relevance | path

Searched refs:__code (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dhtmxlintrin.h80 __TM_named_abort (unsigned char const __code) in __TM_named_abort() argument
82 __builtin_tabort (__code); in __TM_named_abort()
109 __TM_is_named_user_abort (void* const __TM_buff, unsigned char *__code) in __TM_is_named_user_abort() argument
113 *__code = _TEXASRU_FAILURE_CODE (texasru); in __TM_is_named_user_abort()
230 __TM_named_abort (unsigned char const __code) in __TM_named_abort() argument
232 return __builtin_tabort ((int)_HTM_FIRST_USER_ABORT_CODE + __code); in __TM_named_abort()
269 __TM_is_named_user_abort (void* const __tdb_ptr, unsigned char* __code) in __TM_is_named_user_abort() argument
278 *__code = tdb->abort_code - _HTM_FIRST_USER_ABORT_CODE; in __TM_is_named_user_abort()
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Dhashtable718 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
719 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
720 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code);
735 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
736 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
737 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code);
752 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
753 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count);
756 if (this->_M_compare(__k, __code, __p))
777 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k);
[all …]
H A Dhashtable_policy.h641 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); in _GLIBCXX_BEGIN_NAMESPACE()
642 std::size_t __n = __h->_M_bucket_index(__k, __code, in _GLIBCXX_BEGIN_NAMESPACE()
646 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); in _GLIBCXX_BEGIN_NAMESPACE()
649 __n, __code)->second; in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dsystem_error224 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
225 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;