Home | History | Annotate | Download | only in m_demangle

Lines Matching defs:current_demangling_style

69 #undef CURRENT_DEMANGLING_STYLE
70 #define CURRENT_DEMANGLING_STYLE work->options
111 enum demangling_styles current_demangling_style = auto_demangling;
809 current_demangling_style = style;
810 return current_demangling_style;
864 if (current_demangling_style == no_demangling)
870 work->options |= (int) current_demangling_style & DMGL_STYLE_MASK;