| /dflybsd-src/contrib/gcc-4.7/libobjc/ |
| H A D | init.c | 102 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */ 125 static BOOL class_is_subclass_of_class (Class class, Class superclass); 132 Class class; member 170 static Class class_superclass_of_class (Class class) in class_superclass_of_class() argument 176 if (CLS_ISRESOLV (class)) in class_superclass_of_class() 177 return class->super_class; in class_superclass_of_class() 182 super_class_name = (char *)class->super_class; in class_superclass_of_class() 213 prev->class = bottom_class; in create_tree_of_subclasses_inherited_from() 221 tree->class = superclass; in create_tree_of_subclasses_inherited_from() 237 __objc_tree_insert_class (objc_class_tree *tree, Class class) in __objc_tree_insert_class() argument [all …]
|
| H A D | sendmsg.c | 104 static struct objc_method * search_for_method_in_hierarchy (Class class, SEL sel); 169 __objc_resolve_class_method (Class class, SEL sel) in __objc_resolve_class_method() argument 180 (class->class_pointer->dtable, (size_t) selector_resolveClassMethod->sel_id); in __objc_resolve_class_method() 182 if (resolveMethodIMP && resolveMethodIMP ((id)class, selector_resolveClassMethod, sel)) in __objc_resolve_class_method() 190 return sarray_get_safe (class->class_pointer->dtable, (size_t) sel->sel_id); in __objc_resolve_class_method() 208 __objc_resolve_instance_method (Class class, SEL sel) in __objc_resolve_instance_method() argument 215 resolveMethodIMP = sarray_get_safe (class->class_pointer->dtable, in __objc_resolve_instance_method() 220 if (class->class_pointer->dtable == __objc_uninstalled_dtable) in __objc_resolve_instance_method() 223 if (class->class_pointer->dtable == __objc_uninstalled_dtable) in __objc_resolve_instance_method() 224 __objc_install_dtable_for_class (class->class_pointer); in __objc_resolve_instance_method() [all …]
|
| H A D | class.c | 418 __objc_add_class_to_hash (Class class) in __objc_add_class_to_hash() argument 428 assert (CLS_ISCLASS (class)); in __objc_add_class_to_hash() 431 existing_class = class_table_get_safe (class->name); in __objc_add_class_to_hash() 444 CLS_SETNUMBER (class, class_number); in __objc_add_class_to_hash() 445 CLS_SETNUMBER (class->class_pointer, class_number); in __objc_add_class_to_hash() 448 class_table_insert (class->name, class); in __objc_add_class_to_hash() 458 Class class; in objc_getClass() local 463 class = class_table_get_safe (name); in objc_getClass() 465 if (class) in objc_getClass() 466 return class; in objc_getClass() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/ |
| H A D | hashtable.h | 83 template<class _Val> in _GLIBCXX_VISIBILITY() 90 template<class _Val, class _Key, class _HashFcn, class _ExtractKey, in _GLIBCXX_VISIBILITY() 91 class _EqualKey, class _Alloc = std::allocator<_Val> > in _GLIBCXX_VISIBILITY() 92 class hashtable; in _GLIBCXX_VISIBILITY() 94 template<class _Val, class _Key, class _HashFcn, in _GLIBCXX_VISIBILITY() 95 class _ExtractKey, class _EqualKey, class _Alloc> in _GLIBCXX_VISIBILITY() 98 template<class _Val, class _Key, class _HashFcn, in _GLIBCXX_VISIBILITY() 99 class _ExtractKey, class _EqualKey, class _Alloc> in _GLIBCXX_VISIBILITY() 102 template<class _Val, class _Key, class _HashFcn, in _GLIBCXX_VISIBILITY() 103 class _ExtractKey, class _EqualKey, class _Alloc> in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | hash_map | 81 template<class _Key, class _Tp, class _HashFn = hash<_Key>, 82 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> > 83 class hash_map 138 template<class _InputIterator> 143 template<class _InputIterator> 148 template<class _InputIterator> 154 template<class _InputIterator> 177 template<class _K1, class _T1, class _HF, class _EqK, class _Al> 202 template<class _InputIterator> 268 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc> [all …]
|
| H A D | hash_set | 81 template<class _Value, class _HashFcn = hash<_Value>, 82 class _EqualKey = equal_to<_Value>, 83 class _Alloc = allocator<_Value> > 84 class hash_set 140 template<class _InputIterator> 145 template<class _InputIterator> 150 template<class _InputIterator> 156 template<class _InputIterator> 179 template<class _Val, class _HF, class _EqK, class _Al> 199 template<class _InputIterator> [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/backward/ |
| H A D | hashtable.h | 84 template<class _Val> in _GLIBCXX_VISIBILITY() 91 template<class _Val, class _Key, class _HashFcn, class _ExtractKey, in _GLIBCXX_VISIBILITY() 92 class _EqualKey, class _Alloc = std::allocator<_Val> > in _GLIBCXX_VISIBILITY() 93 class hashtable; in _GLIBCXX_VISIBILITY() 95 template<class _Val, class _Key, class _HashFcn, in _GLIBCXX_VISIBILITY() 96 class _ExtractKey, class _EqualKey, class _Alloc> in _GLIBCXX_VISIBILITY() 99 template<class _Val, class _Key, class _HashFcn, in _GLIBCXX_VISIBILITY() 100 class _ExtractKey, class _EqualKey, class _Alloc> in _GLIBCXX_VISIBILITY() 103 template<class _Val, class _Key, class _HashFcn, in _GLIBCXX_VISIBILITY() 104 class _ExtractKey, class _EqualKey, class _Alloc> in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | hash_map | 82 template<class _Key, class _Tp, class _HashFn = hash<_Key>, 83 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> > 84 class hash_map 139 template<class _InputIterator> 144 template<class _InputIterator> 149 template<class _InputIterator> 155 template<class _InputIterator> 178 template<class _K1, class _T1, class _HF, class _EqK, class _Al> 203 template<class _InputIterator> 269 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc> [all …]
|
| H A D | hash_set | 82 template<class _Value, class _HashFcn = hash<_Value>, 83 class _EqualKey = equal_to<_Value>, 84 class _Alloc = allocator<_Value> > 85 class hash_set 141 template<class _InputIterator> 146 template<class _InputIterator> 151 template<class _InputIterator> 157 template<class _InputIterator> 180 template<class _Val, class _HF, class _EqK, class _Al> 200 template<class _InputIterator> [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| H A D | unordered_map.h | 39 template<class _Key, class _Tp, in _GLIBCXX_VISIBILITY() 40 class _Hash = hash<_Key>, in _GLIBCXX_VISIBILITY() 41 class _Pred = std::equal_to<_Key>, in _GLIBCXX_VISIBILITY() 42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, in _GLIBCXX_VISIBILITY() 47 class __unordered_map in _GLIBCXX_VISIBILITY() 112 template<class _Key, class _Tp, in _GLIBCXX_VISIBILITY() 113 class _Hash = hash<_Key>, in _GLIBCXX_VISIBILITY() 114 class _Pred = std::equal_to<_Key>, in _GLIBCXX_VISIBILITY() 115 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, in _GLIBCXX_VISIBILITY() 120 class __unordered_multimap in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | unordered_set.h | 39 template<class _Value, in _GLIBCXX_VISIBILITY() 40 class _Hash = hash<_Value>, in _GLIBCXX_VISIBILITY() 41 class _Pred = std::equal_to<_Value>, in _GLIBCXX_VISIBILITY() 42 class _Alloc = std::allocator<_Value>, in _GLIBCXX_VISIBILITY() 47 class __unordered_set in _GLIBCXX_VISIBILITY() 124 template<class _Value, in _GLIBCXX_VISIBILITY() 125 class _Hash = hash<_Value>, in _GLIBCXX_VISIBILITY() 126 class _Pred = std::equal_to<_Value>, in _GLIBCXX_VISIBILITY() 127 class _Alloc = std::allocator<_Value>, in _GLIBCXX_VISIBILITY() 132 class __unordered_multiset in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | localefwd.h | 57 class locale; in _GLIBCXX_VISIBILITY() 121 class ctype_base; in _GLIBCXX_VISIBILITY() 123 class ctype; in _GLIBCXX_VISIBILITY() 124 template<> class ctype<char>; in _GLIBCXX_VISIBILITY() 126 template<> class ctype<wchar_t>; in _GLIBCXX_VISIBILITY() 129 class ctype_byname; in _GLIBCXX_VISIBILITY() 132 class codecvt_base; in _GLIBCXX_VISIBILITY() 134 class codecvt; in _GLIBCXX_VISIBILITY() 135 template<> class codecvt<char, char, mbstate_t>; in _GLIBCXX_VISIBILITY() 137 template<> class codecvt<wchar_t, char, mbstate_t>; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_pair.h | 80 class tuple; in _GLIBCXX_VISIBILITY() 87 template<class _T1, class _T2> in _GLIBCXX_VISIBILITY() 109 template<class _U1, class _U2> in _GLIBCXX_VISIBILITY() 113 template<class _U1, class _U2, class = typename in _GLIBCXX_VISIBILITY() 123 template<class _U1, class = typename in _GLIBCXX_VISIBILITY() 128 template<class _U2, class = typename in _GLIBCXX_VISIBILITY() 133 template<class _U1, class _U2, class = typename in _GLIBCXX_VISIBILITY() 139 template<class _U1, class _U2, class = typename in _GLIBCXX_VISIBILITY() 167 template<class _U1, class _U2> in _GLIBCXX_VISIBILITY() 176 template<class _U1, class _U2> in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | boost_concept_check.h | 57 template <class _Concept> in _GLIBCXX_VISIBILITY() 104 template <class _Tp1, class _Tp2> in _GLIBCXX_VISIBILITY() 107 template <class _Tp> in _GLIBCXX_VISIBILITY() 110 template <class _Tp1, class _Tp2> in _GLIBCXX_VISIBILITY() 118 template <class _Tp> in _GLIBCXX_VISIBILITY() 134 template <class _Tp> in _GLIBCXX_VISIBILITY() 145 template <class _Tp> in _GLIBCXX_VISIBILITY() 163 template <class _Tp> in _GLIBCXX_VISIBILITY() 171 template <class _Tp> in _GLIBCXX_VISIBILITY() 186 template <class _Tp> in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| H A D | localefwd.h | 55 class locale; in _GLIBCXX_VISIBILITY() 125 class ctype_base; in _GLIBCXX_VISIBILITY() 127 class ctype; in _GLIBCXX_VISIBILITY() 128 template<> class ctype<char>; in _GLIBCXX_VISIBILITY() 130 template<> class ctype<wchar_t>; in _GLIBCXX_VISIBILITY() 133 class ctype_byname; in _GLIBCXX_VISIBILITY() 136 class codecvt_base; in _GLIBCXX_VISIBILITY() 138 class codecvt; in _GLIBCXX_VISIBILITY() 139 template<> class codecvt<char, char, mbstate_t>; in _GLIBCXX_VISIBILITY() 141 template<> class codecvt<wchar_t, char, mbstate_t>; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | boost_concept_check.h | 59 template <class _Concept> in _GLIBCXX_VISIBILITY() 106 template <class _Tp1, class _Tp2> in _GLIBCXX_VISIBILITY() 109 template <class _Tp> in _GLIBCXX_VISIBILITY() 112 template <class _Tp1, class _Tp2> in _GLIBCXX_VISIBILITY() 120 template <class _Tp> in _GLIBCXX_VISIBILITY() 136 template <class _Tp> in _GLIBCXX_VISIBILITY() 147 template <class _Tp> in _GLIBCXX_VISIBILITY() 165 template <class _Tp> in _GLIBCXX_VISIBILITY() 173 template <class _Tp> in _GLIBCXX_VISIBILITY() 188 template <class _Tp> in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
| H A D | unordered_map.h | 38 template<class _Key, class _Tp, in _GLIBCXX_VISIBILITY() 39 class _Hash = hash<_Key>, in _GLIBCXX_VISIBILITY() 40 class _Pred = std::equal_to<_Key>, in _GLIBCXX_VISIBILITY() 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, in _GLIBCXX_VISIBILITY() 43 class __unordered_map in _GLIBCXX_VISIBILITY() 87 template<class _Key, class _Tp, in _GLIBCXX_VISIBILITY() 88 class _Hash = hash<_Key>, in _GLIBCXX_VISIBILITY() 89 class _Pred = std::equal_to<_Key>, in _GLIBCXX_VISIBILITY() 90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, in _GLIBCXX_VISIBILITY() 92 class __unordered_multimap in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | unordered_set.h | 38 template<class _Value, in _GLIBCXX_VISIBILITY() 39 class _Hash = hash<_Value>, in _GLIBCXX_VISIBILITY() 40 class _Pred = std::equal_to<_Value>, in _GLIBCXX_VISIBILITY() 41 class _Alloc = std::allocator<_Value>, in _GLIBCXX_VISIBILITY() 43 class __unordered_set in _GLIBCXX_VISIBILITY() 87 template<class _Value, in _GLIBCXX_VISIBILITY() 88 class _Hash = hash<_Value>, in _GLIBCXX_VISIBILITY() 89 class _Pred = std::equal_to<_Value>, in _GLIBCXX_VISIBILITY() 90 class _Alloc = std::allocator<_Value>, in _GLIBCXX_VISIBILITY() 92 class __unordered_multiset in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
| H A D | unordered_map.h | 38 template<class _Key, class _Tp, in _GLIBCXX_VISIBILITY() 39 class _Hash = hash<_Key>, in _GLIBCXX_VISIBILITY() 40 class _Pred = std::equal_to<_Key>, in _GLIBCXX_VISIBILITY() 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, in _GLIBCXX_VISIBILITY() 43 class __unordered_map in _GLIBCXX_VISIBILITY() 87 template<class _Key, class _Tp, in _GLIBCXX_VISIBILITY() 88 class _Hash = hash<_Key>, in _GLIBCXX_VISIBILITY() 89 class _Pred = std::equal_to<_Key>, in _GLIBCXX_VISIBILITY() 90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, in _GLIBCXX_VISIBILITY() 92 class __unordered_multimap in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | unordered_set.h | 38 template<class _Value, in _GLIBCXX_VISIBILITY() 39 class _Hash = hash<_Value>, in _GLIBCXX_VISIBILITY() 40 class _Pred = std::equal_to<_Value>, in _GLIBCXX_VISIBILITY() 41 class _Alloc = std::allocator<_Value>, in _GLIBCXX_VISIBILITY() 43 class __unordered_set in _GLIBCXX_VISIBILITY() 87 template<class _Value, in _GLIBCXX_VISIBILITY() 88 class _Hash = hash<_Value>, in _GLIBCXX_VISIBILITY() 89 class _Pred = std::equal_to<_Value>, in _GLIBCXX_VISIBILITY() 90 class _Alloc = std::allocator<_Value>, in _GLIBCXX_VISIBILITY() 92 class __unordered_multiset in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | coretypes.h | 58 class scalar_mode; 59 class scalar_int_mode; 60 class scalar_float_mode; 61 class complex_mode; 62 class fixed_size_mode; 63 template<typename> class opt_mode; 67 template<typename> class pod_mode; 75 class rtx_def; 76 class rtx_expr_list; /* GET_CODE (X) == EXPR_LIST */ 77 class rtx_insn_list; /* GET_CODE (X) == INSN_LIST */ [all …]
|
| H A D | fibonacci_heap.h | 45 template<class K, class V> 46 class fibonacci_heap; 50 template<class K, class V> 51 class fibonacci_node 54 friend class fibonacci_heap<K,V>; 141 template<class K, class V> 142 class fibonacci_heap 145 friend class fibonacci_node<K,V>; 266 template<class K, class V> 292 template<class K, class V> [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| H A D | ropeimpl.h | 66 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 111 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 188 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 255 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 276 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 292 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 307 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 314 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 322 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 337 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| H A D | ropeimpl.h | 67 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 112 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 189 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 256 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 277 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 293 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 308 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 315 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 323 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() 338 template <class _CharT, class _Alloc> in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | functional | 86 template <class _Tp> 92 template <class _Tp> 125 template <class _Operation1, class _Operation2> 126 class unary_compose 144 template <class _Operation1, class _Operation2> 150 template <class _Operation1, class _Operation2, class _Operation3> 151 class binary_compose 171 template <class _Operation1, class _Operation2, class _Operation3> 185 template <class _Tp> 205 template <class _Pair> [all …]
|