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

  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 92 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 '$'
113 static char cplus_markers[] = { CPLUS_MARKER, '.', '$', '\0' };
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 74 using various common values of CPLUS_MARKER, as well as any specific
77 is in that string. CPLUS_MARKER is usually '$' on systems where the
80 current defined CPLUS_MARKER first (which defaults to '$'), followed
82 the value of CPLUS_MARKER is not '$'.
89 #if !defined (CPLUS_MARKER)
90 #define CPLUS_MARKER '$'
95 static char cplus_markers[] = { CPLUS_MARKER, '.', '$', '\0' };
    [all...]

Completed in 61 milliseconds