Searched refs:objc_hash_next (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | protocols.c | 102 node = objc_hash_next (__protocols_hashtable, NULL); in objc_copyProtocolList() 106 node = objc_hash_next (__protocols_hashtable, node); in objc_copyProtocolList() 117 node = objc_hash_next (__protocols_hashtable, NULL); in objc_copyProtocolList() 122 node = objc_hash_next (__protocols_hashtable, node); in objc_copyProtocolList()
|
H A D | hash.c | 158 while ((node1 = objc_hash_next (*cachep, node1))) in objc_hash_add() 211 objc_hash_next (cache_ptr cache, node_ptr node) in objc_hash_next() function
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | protocols.c | 102 node = objc_hash_next (__protocols_hashtable, NULL); in objc_copyProtocolList() 106 node = objc_hash_next (__protocols_hashtable, node); in objc_copyProtocolList() 117 node = objc_hash_next (__protocols_hashtable, NULL); in objc_copyProtocolList() 122 node = objc_hash_next (__protocols_hashtable, node); in objc_copyProtocolList()
|
H A D | hash.c | 158 while ((node1 = objc_hash_next (*cachep, node1))) in objc_hash_add() 211 objc_hash_next (cache_ptr cache, node_ptr node) in objc_hash_next() function
|
H A D | ChangeLog | 627 objc_hash_remove, objc_hash_next, objc_hash_value_for_key,
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/ |
H A D | hash.h | 134 node_ptr objc_hash_next (cache_ptr cache, node_ptr node);
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
H A D | hash.h | 134 node_ptr objc_hash_next (cache_ptr cache, node_ptr node);
|