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

/external/valgrind/coregrind/m_demangle/
H A Dd-demangle.c147 string_appendn (string *p, const char *s, int n) function
393 string_appendn (decl, type.b, sztype);
395 string_appendn (decl, args.b, szargs);
397 string_appendn (decl, attr.b, szattr);
534 string_appendn (decl, numptr, num);
550 string_appendn (decl, type.b, sztype);
589 string_appendn (decl, mods.b, szmods);
871 string_appendn (decl, mangled, len);
902 string_appendn (decl, &c, 1);
939 string_appendn (dec
[all...]
H A Dcplus-dem.c434 static void string_appendn (string *, const char *, int);
1464 string_appendn (declp, "", 1);
1883 string_appendn (s, "(", 1);
1903 string_appendn (s, " ", 1);
1905 string_appendn (s, " ", 1);
1925 string_appendn (s, ")", 1);
1962 string_appendn (s, "-", 1);
1978 string_appendn (s, "-", 1);
2037 string_appendn (s, "-", 1);
2042 string_appendn (
5025 string_appendn (string *p, const char *s, int n) function
[all...]

Completed in 66 milliseconds