Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Derror.c994 int show_return = flags & TFF_RETURN_TYPE || flags & TFF_DECL_SPECIFIERS; in dump_function_decl() local
1030 if (show_return) in dump_function_decl()
1031 show_return = !DECL_CONV_FN_P (t) && !DECL_CONSTRUCTOR_P (t) in dump_function_decl()
1033 if (show_return) in dump_function_decl()
1064 if (show_return) in dump_function_decl()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c1110 int show_return = flags & TFF_RETURN_TYPE || flags & TFF_DECL_SPECIFIERS; local
1146 if (show_return)
1147 show_return = !DECL_CONV_FN_P (t) && !DECL_CONSTRUCTOR_P (t)
1149 if (show_return)
1177 if (show_return)