Home
last modified time | relevance | path

Searched refs:STF_USER_VISIBLE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c420 t = strip_typedefs (t, NULL, STF_USER_VISIBLE); in dump_template_bindings()
461 ? STF_USER_VISIBLE : 0); in dump_type()
3272 tree aka = strip_typedefs (typ, NULL, STF_USER_VISIBLE); in type_to_string()
H A Dtree.c1716 if ((flags & STF_USER_VISIBLE) in strip_typedefs()
H A Dcp-tree.h5835 const unsigned int STF_USER_VISIBLE = 1U; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc490 t = strip_typedefs (t, NULL, STF_USER_VISIBLE); in dump_template_bindings()
531 ? STF_USER_VISIBLE : 0); in dump_type()
3365 tree aka = strip_typedefs (typ, NULL, STF_USER_VISIBLE); in type_to_string()
H A DChangeLog-20191467 * cp-tree.h (STF_USER_VISIBLE): New constant.
1470 updating mutual calls accordingly. When STF_USER_VISIBLE is true,
1473 STF_USER_VISIBLE to strip_typedefs.
H A Dtree.cc1816 if ((flags & STF_USER_VISIBLE) in strip_typedefs()
H A Dcp-tree.h6067 const unsigned int STF_USER_VISIBLE = 1U; variable