Home
last modified time | relevance | path

Searched refs:newdecl1 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c16285 tree newdecl1 = push_template_decl (decl1); in start_preparsed_function() local
16286 if (newdecl1 == error_mark_node) in start_preparsed_function()
16292 decl1 = newdecl1; in start_preparsed_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc17122 tree newdecl1 = push_template_decl (decl1, doing_friend); in start_preparsed_function() local
17123 if (newdecl1 == error_mark_node) in start_preparsed_function()
17129 decl1 = newdecl1; in start_preparsed_function()