Searched refs:DMGL_RET_POSTFIX (Results 1 – 7 of 7) 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
38 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
60 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
3037 if ((dpi->options & DMGL_RET_POSTFIX) != 0) in d_print_comp()3062 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()3066 if ((dpi->options & DMGL_RET_POSTFIX) == 0) in d_print_comp()4023 demangled = d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, in java_demangle_v3()
101 the DMGL_RET_POSTFIX option is present.102 (java_demangle_v3): Add DMGL_RET_POSTFIX option to d_demangle