Searched refs:DMGL_VERBOSE (Results 1 – 5 of 5) sorted by relevance
32 static int flags = DMGL_PARAMS | DMGL_ANSI | DMGL_VERBOSE;201 flags &= ~ DMGL_VERBOSE; in main()
45 #define DMGL_VERBOSE (1 << 3) /* Include implementation details. */ macro
480 (DMGL_VERBOSE): New macro.
3672 verbose = (di->options & DMGL_VERBOSE) != 0; in d_substitution()6310 options |= DMGL_VERBOSE; in main()
3293 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.3444 * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to4212 * cplus-dem.c (flags): Add DMGL_VERBOSE