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

/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c2689 UChar* basetag = "auxwhat"; /* a constant */ local
2711 VG_(sprintf)(tagL, "<%s>", basetag); // <auxwhat>
2712 VG_(sprintf)(tagR, "</%s>", basetag); // </auxwhat>
2713 VG_(sprintf)(xagL, "<x%s>", basetag); // <xauxwhat>
2714 VG_(sprintf)(xagR, "</x%s>", basetag); // </xauxwhat>

Completed in 146 milliseconds