Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c2809 HChar tagL[32], tagR[32], xagL[32], xagR[32]; in format_message() local
2828 tagL[0] = tagR[0] = xagL[0] = xagR[0] = 0; in format_message()
2830 VG_(sprintf)(tagL, "<%s>", basetag); // <auxwhat> in format_message()
2836 # define TAGL(_xa) p2XA(_xa, "%s", tagL) in format_message()