Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dhg_errors.c364 ExeContext* auxctx; /* optional */ member
635 const HChar* auxstr, ExeContext* auxctx ) in HG_()
645 xe.XE.Misc.auxctx = auxctx; in HG_()
947 if (xe->XE.Misc.auxctx) in HG_()
948 VG_(pp_ExeContext)( xe->XE.Misc.auxctx ); in HG_()
959 if (xe->XE.Misc.auxctx) in HG_()
960 VG_(pp_ExeContext)( xe->XE.Misc.auxctx ); in HG_()
Dhg_errors.h80 ExeContext* auxctx );