Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c2501 bool new_is_prototype = (TREE_CODE (newdecl) == FUNCTION_DECL in merge_decls() local
2641 || (old_is_prototype && !new_is_prototype in merge_decls()
2774 if (new_is_prototype) in merge_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc2524 bool new_is_prototype = (TREE_CODE (newdecl) == FUNCTION_DECL in merge_decls() local
2671 || (old_is_prototype && !new_is_prototype in merge_decls()
2804 if (new_is_prototype) in merge_decls()