Home
last modified time | relevance | path

Searched refs:string_prependn (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c438 static void string_prependn (string *, const char *, int);
3328 string_prependn (declp, *mangled, n); in arm_special()
3773 string_prependn (&decl, *mangled, n); in do_type()
3791 string_prependn (&decl, temp.b, temp.p - temp.b); in do_type()
5040 string_prependn (p, s, strlen (s)); in string_prepend()
5049 string_prependn (p, s->b, s->p - s->b); in string_prepends()
5054 string_prependn (string *p, const char *s, int n) in string_prependn() function
Dd-demangle.c158 string_prependn (string *p, const char *s, int n) in string_prependn() function
179 string_prependn (p, s, strlen (s)); in string_prepend()