Home
last modified time | relevance | path

Searched refs:duplicate_function_template_decls (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c1382 duplicate_function_template_decls (tree newdecl, tree olddecl) in duplicate_function_template_decls() function
1746 if (duplicate_function_template_decls (newdecl, olddecl)) in duplicate_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc1439 duplicate_function_template_decls (tree newdecl, tree olddecl) in duplicate_function_template_decls() function
1846 if (duplicate_function_template_decls (newdecl, olddecl)) in duplicate_decls()
H A DChangeLog-20191989 (duplicate_function_template_decls): New. Refactor a nasty if