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

/external/valgrind/main/include/
H A Dpub_tool_errormgr.h121 Supp; typedef in typeref:struct:_Supp
124 SuppKind VG_(get_supp_kind) ( Supp* su );
125 HChar* VG_(get_supp_string) ( Supp* su );
126 void* VG_(get_supp_extra) ( Supp* su );
129 void VG_(set_supp_kind) ( Supp* su, SuppKind suppkind );
131 void VG_(set_supp_string) ( Supp* su, HChar* string );
132 void VG_(set_supp_extra) ( Supp* su, void* extra );

Completed in 74 milliseconds