Searched refs:DMGL_ANSI (Results 1 - 12 of 12) sorted by relevance

/external/oprofile/libregex/
H A Ddemangle_symbol.cpp24 #ifndef DMGL_ANSI
25 # define DMGL_ANSI (1 << 1) /**< Include const, volatile, etc */ macro
45 char * unmangled = cplus_demangle(tmp.c_str(), DMGL_PARAMS | DMGL_ANSI);
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c162 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI)
171 {"nw", " new", DMGL_ANSI}, /* new (1.92, ansi) */
172 {"dl", " delete", DMGL_ANSI}, /* new (1.92, ansi) */
175 {"vn", " new []", DMGL_ANSI}, /* GNU, pending ansi */
176 {"vd", " delete []", DMGL_ANSI}, /* GNU, pending ansi */
177 {"as", "=", DMGL_ANSI}, /* ansi */
178 {"ne", "!=", DMGL_ANSI}, /* old, ansi */
179 {"eq", "==", DMGL_ANSI}, /* old, ansi */
180 {"ge", ">=", DMGL_ANSI}, /* old, ansi */
181 {"gt", ">", DMGL_ANSI}, /* ol
[all...]
H A Ddemangle.c110 demangled = ML_(cplus_demangle) ( orig, DMGL_ANSI | DMGL_PARAMS );
H A Ddemangle.h45 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */ macro
H A Dcp-demangle.c4830 int options = DMGL_PARAMS | DMGL_ANSI | DMGL_TYPES;
/external/gcc-demangle/
H A Ddemangle.h43 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */ macro
H A Dcp-demangle.c5229 int options = DMGL_PARAMS | DMGL_ANSI | DMGL_TYPES;
/external/linux-tools-perf/util/
H A Dsymbol.h59 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */ macro
H A Dsymbol.c1265 demangled = bfd_demangle(NULL, elf_name, DMGL_PARAMS | DMGL_ANSI);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c175 DMGL_ANSI | DMGL_PARAMS);
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c175 DMGL_ANSI | DMGL_PARAMS);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c175 DMGL_ANSI | DMGL_PARAMS);

Completed in 117 milliseconds