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

/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c2808 const HChar* basetag = "auxwhat"; /* a constant */ local
2830 VG_(sprintf)(tagL, "<%s>", basetag); // <auxwhat>
2831 VG_(sprintf)(tagR, "</%s>", basetag); // </auxwhat>
2832 VG_(sprintf)(xagL, "<x%s>", basetag); // <xauxwhat>
2833 VG_(sprintf)(xagR, "</x%s>", basetag); // </xauxwhat>

Completed in 96 milliseconds