Home | History | Annotate | Download | only in gcc-demangle

Lines Matching full:top_level

1041    TOP_LEVEL is non-zero when called at the top level.  */
1045 cplus_demangle_mangled_name (struct d_info *di, int top_level)
1051 && top_level)
1055 return d_encoding (di, top_level);
1111 TOP_LEVEL is non-zero when called at the top level, in which case
1117 d_encoding (struct d_info *di, int top_level)
1129 if (dc != NULL && top_level && (di->options & DMGL_PARAMS) == 0)