Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgodump.c686 bool use_type_name, bool is_func_ok, unsigned int *p_art_i, in go_format_type() argument
826 if (use_type_name in go_format_type()
862 if (!go_format_type (container, TREE_TYPE (type), use_type_name, in go_format_type()
888 if (!go_format_type (container, TREE_TYPE (type), use_type_name, false, in go_format_type()
1077 if (!go_format_type (container, result, use_type_name, false, NULL, in go_format_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgodump.cc677 bool use_type_name, bool is_func_ok, unsigned int *p_art_i, in go_format_type() argument
693 if (use_type_name in go_format_type()
834 if (!go_format_type (container, TREE_TYPE (type), use_type_name, in go_format_type()
860 if (!go_format_type (container, TREE_TYPE (type), use_type_name, false, in go_format_type()
1049 if (!go_format_type (container, result, use_type_name, false, NULL, in go_format_type()
H A DChangeLog-20201512 Consider only the use_type_name parameter.