/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | hashtable.h | 765 __hash_code __code, __node_type* __n, in _GLIBCXX_VISIBILITY() 772 __hash_code __code, __node_type* __n); in _GLIBCXX_VISIBILITY() 887 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 888 size_type __bkt = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() 889 if (__node_type* __n = _M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 898 = _M_insert_unique_node(__k, __bkt, __code, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 916 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 918 = _M_insert_multi_node(__hint._M_cur, __k, __code, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 959 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 960 std::size_t __bkt = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() [all …]
|
H A D | hashtable_policy.h | 707 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 708 std::size_t __bkt = __h->_M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() 709 if (__node_type* __node = __h->_M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 719 = __h->_M_insert_unique_node(__k, __bkt, __code, __node._M_node); in _GLIBCXX_VISIBILITY() 734 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 735 std::size_t __bkt = __h->_M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() 736 if (__node_type* __node = __h->_M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 746 = __h->_M_insert_unique_node(__k, __bkt, __code, __node._M_node); in _GLIBCXX_VISIBILITY() 761 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 762 std::size_t __bkt = __h->_M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | hashtable.h | 860 __hash_code __code, __node_ptr __n); in _GLIBCXX_VISIBILITY() 1001 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 1002 size_type __bkt = _M_bucket_index(__code); in _GLIBCXX_VISIBILITY() 1003 if (__node_ptr __n = _M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 1012 = _M_insert_unique_node(__bkt, __code, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 1030 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 1032 = _M_insert_multi_node(__hint._M_cur, __code, __nh._M_ptr); in _GLIBCXX_VISIBILITY() 1087 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 1088 std::size_t __bkt = _M_bucket_index(__code); in _GLIBCXX_VISIBILITY() 1089 if (__node_base_ptr __prev_node = _M_find_before_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() [all …]
|
H A D | hashtable_policy.h | 777 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 778 std::size_t __bkt = __h->_M_bucket_index(__code); in _GLIBCXX_VISIBILITY() 779 if (auto __node = __h->_M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 789 = __h->_M_insert_unique_node(__bkt, __code, __node._M_node); in _GLIBCXX_VISIBILITY() 804 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 805 std::size_t __bkt = __h->_M_bucket_index(__code); in _GLIBCXX_VISIBILITY() 806 if (auto __node = __h->_M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 816 = __h->_M_insert_unique_node(__bkt, __code, __node._M_node); in _GLIBCXX_VISIBILITY() 913 auto __code = __h._M_hash_code(__k); in _GLIBCXX_VISIBILITY() 914 std::size_t __bkt = __h._M_bucket_index(__code); in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | htmxlintrin.h | 80 __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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | hashtable.h | 706 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 707 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 708 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 723 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 724 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 725 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 740 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 741 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 744 if (this->_M_compare(__k, __code, __p)) in _GLIBCXX_VISIBILITY() 765 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local [all …]
|
H A D | hashtable_policy.h | 518 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 519 std::size_t __n = __h->_M_bucket_index(__k, __code, in _GLIBCXX_VISIBILITY() 523 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 526 __n, __code)->second; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | hashtable.h | 706 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 707 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 708 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 723 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 724 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 725 _Node* __p = _M_find_node(_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 740 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local 741 std::size_t __n = this->_M_bucket_index(__k, __code, _M_bucket_count); in _GLIBCXX_VISIBILITY() 744 if (this->_M_compare(__k, __code, __p)) in _GLIBCXX_VISIBILITY() 765 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local [all …]
|
H A D | hashtable_policy.h | 518 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() 519 std::size_t __n = __h->_M_bucket_index(__k, __code, in _GLIBCXX_VISIBILITY() 523 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY() 526 __n, __code)->second; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | compatibility-c++0x.cc | 163 equivalent(const error_code& __code, int __i) const noexcept; 248 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() argument 251 && __code.category() == _V2::system_category()) in equivalent() 252 return __code.value() == __i; in equivalent() 254 && __code.category() == _V2::generic_category()) in equivalent() 255 return __code.value() == __i; in equivalent()
|
H A D | system_error.cc | 560 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() argument 561 { return *this == __code.category() && __code.value() == __i; } in equivalent()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | compatibility-c++0x.cc | 159 equivalent(const error_code& __code, int __i) const noexcept; 244 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() argument 247 && __code.category() == _V2::system_category()) in equivalent() 248 return __code.value() == __i; in equivalent() 250 && __code.category() == _V2::generic_category()) in equivalent() 251 return __code.value() == __i; in equivalent()
|
H A D | system_error.cc | 364 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() argument 365 { return *this == __code.category() && __code.value() == __i; } in equivalent()
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_archive_write_set_filter_option.c | 28 #define should(__a, __code, __m, __o, __v) \ argument 29 assertEqualInt(__code, archive_write_set_filter_option(__a, __m, __o, __v))
|
H A D | test_archive_read_set_filter_option.c | 28 #define should(__a, __code, __m, __o, __v) \ argument 29 assertEqualInt(__code, archive_read_set_filter_option(__a, __m, __o, __v))
|
H A D | test_archive_read_set_format_option.c | 28 #define should(__a, __code, __m, __o, __v) \ argument 29 assertEqualInt(__code, archive_read_set_format_option(__a, __m, __o, __v))
|
H A D | test_archive_write_set_format_option.c | 28 #define should(__a, __code, __m, __o, __v) \ argument 29 assertEqualInt(__code, archive_write_set_format_option(__a, __m, __o, __v))
|
H A D | test_archive_read_set_option.c | 28 #define should(__a, __code, __m, __o, __v) \ argument 29 assertEqualInt(__code, archive_read_set_option(__a, __m, __o, __v))
|
H A D | test_archive_write_set_option.c | 28 #define should(__a, __code, __m, __o, __v) \ argument 29 assertEqualInt(__code, archive_write_set_option(__a, __m, __o, __v))
|
H A D | test_archive_write_set_options.c | 28 #define should(__a, __code, __opts) \ argument 29 assertEqualInt(__code, archive_write_set_options(__a, __opts))
|
H A D | test_archive_read_set_options.c | 28 #define should(__a, __code, __opts) \ argument 29 assertEqualInt(__code, archive_read_set_options(__a, __opts))
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | system_error | 217 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT; 218 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.h | 3432 omp_clause_subcode_check (tree __t, enum omp_clause_code __code, in omp_clause_subcode_check() argument 3437 if (__t->omp_clause.code != __code) in omp_clause_subcode_check() 3438 omp_clause_check_failed (__t, __f, __l, __g, __code); in omp_clause_subcode_check() 3688 omp_clause_subcode_check (const_tree __t, enum omp_clause_code __code, in omp_clause_subcode_check() argument 3693 if (__t->omp_clause.code != __code) in omp_clause_subcode_check() 3694 omp_clause_check_failed (__t, __f, __l, __g, __code); in omp_clause_subcode_check() 3799 tree_operand_check_code (tree __t, enum tree_code __code, int __i, in tree_operand_check_code() argument 3802 if (TREE_CODE (__t) != __code) in tree_operand_check_code() 3803 tree_check_failed (__t, __f, __l, __g, __code, 0); in tree_operand_check_code() 3820 tree_operand_check_code (const_tree __t, enum tree_code __code, int __i, in tree_operand_check_code() argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.h | 3595 omp_clause_subcode_check (tree __t, enum omp_clause_code __code, in omp_clause_subcode_check() argument 3600 if (__t->omp_clause.code != __code) in omp_clause_subcode_check() 3601 omp_clause_check_failed (__t, __f, __l, __g, __code); in omp_clause_subcode_check() 3851 omp_clause_subcode_check (const_tree __t, enum omp_clause_code __code, in omp_clause_subcode_check() argument 3856 if (__t->omp_clause.code != __code) in omp_clause_subcode_check() 3857 omp_clause_check_failed (__t, __f, __l, __g, __code); in omp_clause_subcode_check() 3962 tree_operand_check_code (tree __t, enum tree_code __code, int __i, in tree_operand_check_code() argument 3965 if (TREE_CODE (__t) != __code) in tree_operand_check_code() 3966 tree_check_failed (__t, __f, __l, __g, __code, 0); in tree_operand_check_code() 3983 tree_operand_check_code (const_tree __t, enum tree_code __code, int __i, in tree_operand_check_code() argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | system_error | 133 equivalent(const error_code& __code, int __i) const noexcept;
|