Searched refs:node_ptr (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | hash.c | 58 = (node_ptr *) objc_calloc (size, sizeof (node_ptr)); in objc_hash_new() 80 node_ptr node; in objc_hash_delete() 81 node_ptr next_node; in objc_hash_delete() 113 node_ptr node = (node_ptr) objc_calloc (1, sizeof (struct cache_node)); in objc_hash_add() 125 node_ptr node1 = (*cachep)->node_table[indx]; in objc_hash_add() 149 node_ptr node1 = NULL; in objc_hash_add() 173 node_ptr node = cache->node_table[indx]; in objc_hash_remove() 189 node_ptr prev = node; in objc_hash_remove() 210 node_ptr 211 objc_hash_next (cache_ptr cache, node_ptr node) in objc_hash_next() [all …]
|
H A D | protocols.c | 97 node_ptr node; in objc_copyProtocolList()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | hash.c | 58 = (node_ptr *) objc_calloc (size, sizeof (node_ptr)); in objc_hash_new() 80 node_ptr node; in objc_hash_delete() 81 node_ptr next_node; in objc_hash_delete() 113 node_ptr node = (node_ptr) objc_calloc (1, sizeof (struct cache_node)); in objc_hash_add() 125 node_ptr node1 = (*cachep)->node_table[indx]; in objc_hash_add() 149 node_ptr node1 = NULL; in objc_hash_add() 173 node_ptr node = cache->node_table[indx]; in objc_hash_remove() 189 node_ptr prev = node; in objc_hash_remove() 210 node_ptr 211 objc_hash_next (cache_ptr cache, node_ptr node) in objc_hash_next() [all …]
|
H A D | protocols.c | 97 node_ptr node; in objc_copyProtocolList()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/ |
H A D | hash.h | 49 } *node_ptr; typedef 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-src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
H A D | hash.h | 49 } *node_ptr; typedef 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-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | types.rst | 174 gccjit::type node_ptr = node.get_pointer (); 176 gccjit::field field_next = ctxt.new_field (node_ptr, "m_next");
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | types.rst | 174 gccjit::type node_ptr = node.get_pointer (); 176 gccjit::field field_next = ctxt.new_field (node_ptr, "m_next");
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | types.rst | 229 gcc_jit_type *node_ptr = 234 gcc_jit_context_new_field (ctxt, NULL, node_ptr, "m_next");
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | types.rst | 239 gcc_jit_type *node_ptr = 244 gcc_jit_context_new_field (ctxt, NULL, node_ptr, "m_next");
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 1766 // uint4 llvm.amdgcn.image.bvh.intersect.ray <node_ptr>, <ray_extent>, <ray_origin>,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 6207 gcc_jit_type *node_ptr = 6212 gcc_jit_context_new_field (ctxt, NULL, node_ptr, "m_next"); 13313 gccjit::type node_ptr = node.get_pointer (); 13315 gccjit::field field_next = ctxt.new_field (node_ptr, "m_next");
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 5790 gcc_jit_type *node_ptr = 5795 gcc_jit_context_new_field (ctxt, NULL, node_ptr, "m_next"); 13747 gccjit::type node_ptr = node.get_pointer (); 13749 gccjit::field field_next = ctxt.new_field (node_ptr, "m_next");
|