HomeSort by relevance Sort by last modified time
    Searched refs:DMGL_ANSI (Results 1 - 10 of 10) sorted by null

  /external/oprofile/libregex/
demangle_symbol.cpp 24 #ifndef DMGL_ANSI
25 # define DMGL_ANSI (1 << 1) /**< Include const, volatile, etc */
45 char * unmangled = cplus_demangle(tmp.c_str(), DMGL_PARAMS | DMGL_ANSI);
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 160 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI)
169 {"nw", " new", DMGL_ANSI}, /* new (1.92, ansi) */
170 {"dl", " delete", DMGL_ANSI}, /* new (1.92, ansi) */
173 {"vn", " new []", DMGL_ANSI}, /* GNU, pending ansi */
174 {"vd", " delete []", DMGL_ANSI}, /* GNU, pending ansi */
175 {"as", "=", DMGL_ANSI}, /* ansi */
176 {"ne", "!=", DMGL_ANSI}, /* old, ansi */
177 {"eq", "==", DMGL_ANSI}, /* old, ansi */
178 {"ge", ">=", DMGL_ANSI}, /* old, ansi */
179 {"gt", ">", DMGL_ANSI}, /* old, ansi *
    [all...]
demangle.c 110 demangled = ML_(cplus_demangle) ( orig, DMGL_ANSI | DMGL_PARAMS );
demangle.h 45 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */
cp-demangle.c     [all...]
  /external/gcc-demangle/
demangle.h 43 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */
cp-demangle.c     [all...]
  /external/linux-tools-perf/util/
symbol.h 72 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */
symbol.c 1265 demangled = bfd_demangle(NULL, elf_name, DMGL_PARAMS | DMGL_ANSI);
    [all...]
  /external/wpa_supplicant_8/src/utils/
trace.c 175 DMGL_ANSI | DMGL_PARAMS);

Completed in 976 milliseconds