Searched defs:do_arg (Results 1 - 1 of 1) sorted by path

/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c430 static int do_arg (struct work_stuff *, const char **, string *);
4179 do_arg (struct work_stuff *work, const char **mangled, string *result) function
4220 return do_arg (work, mangled, result);
4499 if (!do_arg (work, &tem, &arg))
4515 if (!do_arg (work, mangled, &arg))

Completed in 237 milliseconds