/openbsd/gnu/llvm/libcxx/include/ |
H A D | map | 49 key_compare comp; 69 const key_compare& comp = key_compare()); 81 map(initializer_list<value_type> il, const key_compare& comp = key_compare()); 314 key_compare comp; 344 multimap(initializer_list<value_type> il, const key_compare& comp = key_compare()); 989 key_compare comp; 1055 const key_compare& __comp = key_compare()) 1120 map(initializer_list<value_type> __il, const key_compare& __comp = key_compare()) 1768 key_compare comp; 1834 const key_compare& __comp = key_compare()) [all …]
|
H A D | set | 28 typedef Compare key_compare; 50 is_nothrow_copy_constructible<key_compare>::value); 82 is_nothrow_move_assignable<key_compare>::value); 141 __is_nothrow_swappable<key_compare>::value && 147 key_compare key_comp() const; 365 __is_nothrow_swappable<key_compare>::value && 371 key_compare key_comp() const; 600 : set(__f, __l, key_compare(), __a) {} 656 : set(__il, key_compare(), __a) {} 1128 : multiset(__f, __l, key_compare(), __a) {} [all …]
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_multiset.h | 103 typedef _Compare key_compare; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef 112 key_compare, _Key_alloc_type> _Rep_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 203 key_compare in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
H A D | stl_set.h | 108 typedef _Compare key_compare; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef 117 key_compare, _Key_alloc_type> _Rep_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 213 key_compare in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
H A D | stl_multimap.h | 98 typedef _Compare key_compare; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef 131 key_compare, _Pair_alloc_type> _Rep_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 453 key_compare in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
H A D | stl_map.h | 99 typedef _Compare key_compare; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef 132 key_compare, _Pair_alloc_type> _Rep_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 516 key_compare in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
H A D | boost_concept_check.h | 910 typename _SortedAssociativeContainer::key_compare __kc;
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | macrotab.c | 301 key_compare (struct macro_key *key, in key_compare() function 322 return key_compare (key1, key2->name, key2->start_file, key2->start_line); in macro_tree_compare() 742 if (k && ! key_compare (k, name, source, line)) in macro_define_object() 766 if (k && ! key_compare (k, name, source, line)) in macro_define_function()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_multimap.h | 115 typedef _Compare key_compare; typedef 132 _Select1st<value_type>, key_compare, _Alloc> _Rep_type; 432 key_compare
|
H A D | stl_set.h | 95 typedef _Compare key_compare; typedef 99 _Identity<value_type>, key_compare, _Alloc> _Rep_type; 140 key_compare key_comp() const { return _M_t.key_comp(); } in key_comp()
|
H A D | stl_map.h | 101 typedef _Compare key_compare; typedef 118 _Select1st<value_type>, key_compare, _Alloc> _Rep_type; 445 key_compare
|
H A D | stl_multiset.h | 96 typedef _Compare key_compare; typedef 100 _Identity<value_type>, key_compare, _Alloc> _Rep_type; 143 key_compare key_comp() const { return _M_t.key_comp(); } in key_comp()
|
H A D | boost_concept_check.h | 904 typename _SortedAssociativeContainer::key_compare __kc;
|
/openbsd/gnu/gcc/libstdc++-v3/include/debug/ |
H A D | set.h | 59 typedef _Compare key_compare; typedef
|
H A D | multiset.h | 59 typedef _Compare key_compare; typedef
|
H A D | multimap.h | 60 typedef _Compare key_compare; typedef
|
H A D | map.h | 60 typedef _Compare key_compare; typedef
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx14Issues.csv | 116 "`2299 <https://wg21.link/lwg2299>`__","Effects of inaccessible ``key_compare::is_transparent``\ t…
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | CHECKLIST | 3035 T typedef Compare key_compare; 3095 T key_compare key_comp() const; 3144 T typedef Compare key_compare; 3204 T key_compare key_comp() const; 3251 T typedef Compare key_compare; 3300 T key_compare key_comp() const; 3341 T typedef Compare key_compare; 3391 T key_compare key_comp() const;
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | CHECKLIST | 3035 T typedef Compare key_compare; 3095 T key_compare key_comp() const; 3144 T typedef Compare key_compare; 3204 T key_compare key_comp() const; 3251 T typedef Compare key_compare; 3300 T key_compare key_comp() const; 3341 T typedef Compare key_compare; 3391 T key_compare key_comp() const;
|