Searched defs:optable (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_demangle/
H A Dcplus-dem.c163 static const struct optable struct
168 } optable[] = { variable in typeref:struct:optable
684 for (i = 0; i < ARRAY_SIZE (optable); i++)
686 if (strlen (optable[i].in) == 2
687 && memcmp (optable[i].in, opname + 2, 2) == 0)
690 strcat (result, optable[i].out);
702 for (i = 0; i < ARRAY_SIZE (optable); i++)
704 if (strlen (optable[i].in) == 3
705 && memcmp (optable[i].in, opname + 2, 3) == 0)
708 strcat (result, optable[
[all...]

Completed in 52 milliseconds