Searched refs:node_ptr (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dhash.c58 = (node_ptr *) objc_calloc (size, sizeof (node_ptr));
80 node_ptr node;
81 node_ptr next_node;
113 node_ptr node = (node_ptr) objc_calloc (1, sizeof (struct cache_node));
125 node_ptr node1 = (*cachep)->node_table[indx];
149 node_ptr node1 = NULL;
173 node_ptr node = cache->node_table[indx];
189 node_ptr pre
[all...]
H A Dprotocols.c97 node_ptr node;
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dhash.c58 = (node_ptr *) objc_calloc (size, sizeof (node_ptr));
80 node_ptr node;
81 node_ptr next_node;
113 node_ptr node = (node_ptr) objc_calloc (1, sizeof (struct cache_node));
125 node_ptr node1 = (*cachep)->node_table[indx];
149 node_ptr node1 = NULL;
173 node_ptr node = cache->node_table[indx];
189 node_ptr pre
[all...]
H A Dprotocols.c97 node_ptr node;
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dhash.h49 } *node_ptr; typedef in typeref:struct:cache_node
82 node_ptr *node_table; /* Pointer to an array of hash nodes. */
134 node_ptr objc_hash_next (cache_ptr cache, node_ptr node);
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dhash.h49 } *node_ptr; typedef in typeref:struct:cache_node
82 node_ptr *node_table; /* Pointer to an array of hash nodes. */
134 node_ptr objc_hash_next (cache_ptr cache, node_ptr node);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbtypes.c5251 struct dynamic_prop_list **node_ptr = ©
5253 while (*node_ptr != NULL)
5258 obstack_copy (objfile_obstack, *node_ptr,
5260 node_copy->prop = (*node_ptr)->prop;
5261 *node_ptr = node_copy;
5263 node_ptr = &node_copy->next;
5245 struct dynamic_prop_list **node_ptr = © local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbtypes.c5616 struct dynamic_prop_list **node_ptr = ©
5618 while (*node_ptr != NULL)
5623 obstack_copy (storage, *node_ptr,
5625 node_copy->prop = (*node_ptr)->prop;
5626 *node_ptr = node_copy;
5628 node_ptr = &node_copy->next;
5610 struct dynamic_prop_list **node_ptr = © local

Completed in 232 milliseconds