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

/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c115 static char cplus_markers[] = { CPLUS_MARKER, '.', '$', '\0' }; variable
122 cplus_markers[0] = ch;
723 && strchr (cplus_markers, opname[2]) != NULL)
762 && strchr (cplus_markers, opname[4]) != NULL)
2373 && strchr (cplus_markers, (*mangled)[8]))
2616 char *marker = strchr (cplus_markers, (*mangled)[8]);
2813 && strchr (cplus_markers, (*mangled)[1]) != NULL
2827 && strchr (cplus_markers, (*mangled)[3]) != NULL)))
2865 n = strcspn (*mangled, cplus_markers);
2871 p = strpbrk (*mangled, cplus_markers);
[all...]

Completed in 36 milliseconds