Searched refs:DMGL_RET_POSTFIX (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Ddemangle.h47 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
/freebsd-11-stable/contrib/binutils/include/
H A Ddemangle.h47 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c161 --ret-postfix Passes the DMGL_RET_POSTFIX option
312 |(ret_postfix ? DMGL_RET_POSTFIX : 0));
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c3220 if ((dpi->options & DMGL_RET_POSTFIX) != 0)
3245 if ((dpi->options & DMGL_RET_POSTFIX) == 0)
3249 if ((dpi->options & DMGL_RET_POSTFIX) == 0)
4223 return d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, &alc);
4231 DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c3069 if ((dpi->options & DMGL_RET_POSTFIX) != 0)
3094 if ((dpi->options & DMGL_RET_POSTFIX) == 0)
3098 if ((dpi->options & DMGL_RET_POSTFIX) == 0)
4054 demangled = d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX,

Completed in 106 milliseconds