Home
last modified time | relevance | path

Searched defs:__code (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dhashtable.h887 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
916 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
959 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
980 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1507 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1523 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1539 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1571 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1598 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1730 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dhashtable.h1001 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1030 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1087 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1108 __hash_code __code in _GLIBCXX_VISIBILITY() local
1138 __hash_code __code in _GLIBCXX_VISIBILITY() local
1668 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1691 __hash_code __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1708 __hash_code __code = this->_M_hash_code_tr(__k); in _GLIBCXX_VISIBILITY() local
1724 __hash_code __code = this->_M_hash_code_tr(__k); in _GLIBCXX_VISIBILITY() local
1771 __hash_code __code = this->_M_hash_code_tr(__k); in _GLIBCXX_VISIBILITY() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h706 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
723 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
740 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
765 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
803 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
902 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
929 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1046 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h706 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
723 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
740 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
765 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
803 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
902 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
929 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1046 typename _Hashtable::_Hash_code_type __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dhtmxlintrin.h80 __TM_named_abort (unsigned char const __code) in __TM_named_abort()
109 __TM_is_named_user_abort (void* const __TM_buff, unsigned char *__code) in __TM_is_named_user_abort()
230 __TM_named_abort (unsigned char const __code) in __TM_named_abort()
269 __TM_is_named_user_abort (void* const __tdb_ptr, unsigned char* __code) in __TM_is_named_user_abort()
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_write_set_options.c28 #define should(__a, __code, __opts) \ argument
H A Dtest_archive_read_set_options.c28 #define should(__a, __code, __opts) \ argument
H A Dtest_archive_write_set_filter_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
H A Dtest_archive_read_set_filter_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
H A Dtest_archive_read_set_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
H A Dtest_archive_read_set_format_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
H A Dtest_archive_write_set_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
H A Dtest_archive_write_set_format_option.c28 #define should(__a, __code, __m, __o, __v) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc364 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() argument
H A Dcompatibility-c++0x.cc244 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc560 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() argument
H A Dcompatibility-c++0x.cc248 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h3432 omp_clause_subcode_check (tree __t, enum omp_clause_code __code, in omp_clause_subcode_check()
3688 omp_clause_subcode_check (const_tree __t, enum omp_clause_code __code, in omp_clause_subcode_check()
3799 tree_operand_check_code (tree __t, enum tree_code __code, int __i, in tree_operand_check_code()
3820 tree_operand_check_code (const_tree __t, enum tree_code __code, int __i, in tree_operand_check_code()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.h3595 omp_clause_subcode_check (tree __t, enum omp_clause_code __code, in omp_clause_subcode_check()
3851 omp_clause_subcode_check (const_tree __t, enum omp_clause_code __code, in omp_clause_subcode_check()
3962 tree_operand_check_code (tree __t, enum tree_code __code, int __i, in tree_operand_check_code()
3983 tree_operand_check_code (const_tree __t, enum tree_code __code, int __i, in tree_operand_check_code()