Home | History | Annotate | Download | only in m_demangle

Lines Matching refs:top_level

1169    TOP_LEVEL is non-zero when called at the top level.  */
1173 cplus_demangle_mangled_name (struct d_info *di, int top_level)
1181 && top_level)
1185 p = d_encoding (di, top_level);
1189 if (top_level && (di->options & DMGL_PARAMS) != 0)
1254 TOP_LEVEL is non-zero when called at the top level, in which case
1260 d_encoding (struct d_info *di, int top_level)
1272 if (dc != NULL && top_level && (di->options & DMGL_PARAMS) == 0)