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

/external/valgrind/coregrind/m_demangle/
H A Dcplus-dem.c92 using various common values of CPLUS_MARKER, as well as any specific
95 is in that string. CPLUS_MARKER is usually '$' on systems where the
98 current defined CPLUS_MARKER first (which defaults to '$'), followed
100 the value of CPLUS_MARKER is not '$'.
107 #if !defined (CPLUS_MARKER)
108 #define CPLUS_MARKER '$' macro
113 static char cplus_markers[] = { CPLUS_MARKER, '.', '$', '\0' };
1186 string to be demangled contains a CPLUS_MARKER. If so, attempt to
2960 /* Found a GNU style destructor, get past "_<CPLUS_MARKER>_" */
2973 /* Found a GNU style virtual table, get past "_vt<CPLUS_MARKER>"
[all...]

Completed in 759 milliseconds