Home
last modified time | relevance | path

Searched defs:_Supp (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_errormgr.c225 struct _Supp { struct
226 struct _Supp* next; argument
227 Int count; // The number of times this error has been suppressed.
228 HChar* sname; // The name by which the suppression is referred to.
232 Int clo_suppressions_i;
233 Int sname_lineno;
236 Int n_callers;
239 SuppLoc* callers;
242 SuppKind skind; // What kind of suppression. Must use the range (0..).
243 HChar* string; // String -- use is optional. NULL by default.
[all …]