Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dhashtable.h860 __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 …]
Dhashtable_policy.h777 __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/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dhashtable.h706 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 …]
Dhashtable_policy.h518 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/bsd/libarchive/dist/libarchive/test/
Dtest_archive_read_set_filter_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
29 assertEqualInt(__code, archive_read_set_filter_option(__a, __m, __o, __v))
Dtest_archive_write_set_filter_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
29 assertEqualInt(__code, archive_write_set_filter_option(__a, __m, __o, __v))
Dtest_archive_read_set_format_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
29 assertEqualInt(__code, archive_read_set_format_option(__a, __m, __o, __v))
Dtest_archive_write_set_format_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
29 assertEqualInt(__code, archive_write_set_format_option(__a, __m, __o, __v))
Dtest_archive_write_set_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
29 assertEqualInt(__code, archive_write_set_option(__a, __m, __o, __v))
Dtest_archive_read_set_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
29 assertEqualInt(__code, archive_read_set_option(__a, __m, __o, __v))
Dtest_archive_write_set_options.c28 #define should(__a, __code, __opts) \ argument
29 assertEqualInt(__code, archive_write_set_options(__a, __opts))
Dtest_archive_read_set_options.c28 #define should(__a, __code, __opts) \ argument
29 assertEqualInt(__code, archive_read_set_options(__a, __opts))
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.h3595 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/dist/libstdc++-v3/include/std/
Dsystem_error153 equivalent(const error_code& __code, int __i) const noexcept;