Searched refs:DMGL_RET_POSTFIX (Results 1 – 10 of 10) sorted by relevance
47 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
36 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
208 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
312 |(ret_postfix ? DMGL_RET_POSTFIX : 0));
14 # --ret-postfix Passes the DMGL_RET_POSTFIX option
3220 if ((dpi->options & DMGL_RET_POSTFIX) != 0) in d_print_comp()3245 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()3249 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()4223 return d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, &alc); in java_demangle_v3()4231 DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, in java_demangle_v3_callback()
395 the DMGL_RET_POSTFIX option is present.396 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle
3069 if ((dpi->options & DMGL_RET_POSTFIX) != 0) in d_print_comp()3094 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()3098 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()4054 demangled = d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, in java_demangle_v3()
197 the DMGL_RET_POSTFIX option is present.198 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle