Searched refs:node_copy (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | constructor.c | 46 node_copy (splay_tree_node node, void *base) in node_copy() function 69 node_copy (node, base), n); in node_copy_and_insert()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | constructor.cc | 46 node_copy (splay_tree_node node, void *base) in node_copy() function 69 node_copy (node, base), n); in node_copy_and_insert()
|
H A D | ChangeLog-2011 | 2252 * constructor.c (node_free, node_copy, gfc_constructor_get,
|
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | tre-compile.c | 987 tre_ast_node_t *tmp_l, *tmp_r, *tmp_node, *node_copy; in tre_expand_ast() local 1008 node_copy = tre_ast_new_node(mem, ITERATION, in tre_expand_ast() 1010 if (!node_copy) in tre_expand_ast() 1012 node_copy->obj = node->obj; in tre_expand_ast() 1013 tmp_node = tre_ast_new_catenation(mem, tmp_l, node_copy); in tre_expand_ast()
|