Searched refs:DMGL_RET_POSTFIX (Results 1 – 6 of 6) sorted by relevance
47 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
658 * demangle.h (DMGL_RET_POSTFIX): Extend the comment.1594 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
318 | (ret_postfix ? DMGL_RET_POSTFIX : 0)
14 # --ret-postfix Passes the DMGL_RET_POSTFIX option
4814 if ((options & DMGL_RET_POSTFIX) != 0) in d_print_comp_inner()4816 options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()4820 if (d_left (dc) != NULL && (options & DMGL_RET_POSTFIX) != 0) in d_print_comp_inner()4821 d_print_comp (dpi, options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()4835 d_print_comp (dpi, options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()4845 if ((options & DMGL_RET_POSTFIX) == 0) in d_print_comp_inner()4849 if ((options & DMGL_RET_POSTFIX) == 0) in d_print_comp_inner()4851 options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP), in d_print_comp_inner()6112 return d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, &alc); in java_demangle_v3()6120 DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, in java_demangle_v3_callback()
758 Suppress d_print_mod for DMGL_RET_POSTFIX.764 not pass DMGL_RET_POSTFIX or DMGL_RET_DROP. Support DMGL_RET_DROP.2072 the DMGL_RET_POSTFIX option is present.2073 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle