Home | History | Annotate | Download | only in m_demangle

Lines Matching refs:top_level

1066    TOP_LEVEL is non-zero when called at the top level.  */
1070 cplus_demangle_mangled_name (struct d_info *di, int top_level)
1078 && top_level)
1082 p = d_encoding (di, top_level);
1086 if (top_level && (di->options & DMGL_PARAMS) != 0)
1149 TOP_LEVEL is non-zero when called at the top level, in which case
1155 d_encoding (struct d_info *di, int top_level)
1167 if (dc != NULL && top_level && (di->options & DMGL_PARAMS) == 0)