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

/external/gcc-demangle/
H A Ddemangle.h47 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
H A Dcp-demangle.c3922 if ((dpi->options & DMGL_RET_POSTFIX) != 0)
3947 if ((dpi->options & DMGL_RET_POSTFIX) == 0)
3951 if ((dpi->options & DMGL_RET_POSTFIX) == 0)
5058 return d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, &alc);
5066 DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX,
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.h49 #define DMGL_RET_POSTFIX (1 << 5) /* Print function return types (when macro
H A Dcp-demangle.c4104 if ((options & DMGL_RET_POSTFIX) != 0)
4106 options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP),
4110 if (d_left (dc) != NULL && (options & DMGL_RET_POSTFIX) != 0)
4111 d_print_comp (dpi, options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP),
4125 d_print_comp (dpi, options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP),
4135 if ((options & DMGL_RET_POSTFIX) == 0)
4139 if ((options & DMGL_RET_POSTFIX) == 0)
4141 options & ~(DMGL_RET_POSTFIX | DMGL_RET_DROP),
5316 return d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, &alc);
5324 DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX,
[all...]

Completed in 377 milliseconds