Searched refs:copy_list (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/gperf/src/
H A Dkeyword-list.h61 extern Keyword_List * copy_list (Keyword_List *list);
62 extern KeywordExt_List * copy_list (KeywordExt_List *list);
H A Dkeyword-list.cc48 copy_list (Keyword_List *list) function
65 copy_list (KeywordExt_List *list) function
67 return static_cast<KeywordExt_List *> (copy_list (static_cast<Keyword_List *> (list)));
H A Dsearch.cc1522 _head = copy_list (saved_head);
/freebsd-12-stable/contrib/gcc/cp/
H A Dclass.c781 virtuals = copy_list (BINFO_VIRTUALS (binfo));
832 BINFO_VIRTUALS (binfo) = copy_list (BINFO_VIRTUALS (binfo));
3838 DECL_ARGUMENTS (clone) = copy_list (DECL_ARGUMENTS (clone));
/freebsd-12-stable/contrib/gcc/
H A Dcalls.c3177 values = copy_list (values);
3231 types = copy_list (types);
H A Dtree-ssa-pre.c2343 genarglist = copy_list (arglist);
H A Dtree.h3577 extern tree copy_list (tree);
H A Dfunction.c1992 args = copy_list (args);
H A Dtree.c680 copy_list (tree list)
677 copy_list (tree list) function

Completed in 304 milliseconds