HomeSort by: relevance | last modified time | path
    Searched defs:node_copy (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
constructor.cc 46 node_copy (splay_tree_node node, void *base) function
69 node_copy (node, base), n);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
constructor.cc 46 node_copy (splay_tree_node node, void *base) function
69 node_copy (node, base), n);
  /src/external/bsd/tre/dist/lib/
tre-compile.c 987 tre_ast_node_t *tmp_l, *tmp_r, *tmp_node, *node_copy; local
1008 node_copy = tre_ast_new_node(mem, ITERATION,
1010 if (!node_copy)
1012 node_copy->obj = node->obj;
1013 tmp_node = tre_ast_new_catenation(mem, tmp_l, node_copy);
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 5427 struct dynamic_prop_list *node_copy;
5429 node_copy = ((struct dynamic_prop_list *)
5432 node_copy->prop = (*node_ptr)->prop;
5433 *node_ptr = node_copy;
5435 node_ptr = &node_copy->next;
5421 struct dynamic_prop_list *node_copy; local
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 5485 struct dynamic_prop_list *node_copy;
5487 node_copy = ((struct dynamic_prop_list *)
5490 node_copy->prop = (*node_ptr)->prop;
5491 *node_ptr = node_copy;
5493 node_ptr = &node_copy->next;
5479 struct dynamic_prop_list *node_copy; local

Completed in 59 milliseconds