Home | History | Annotate | Download | only in coregrind

Lines Matching refs:DETAILS

22    General Public License for more details.
57 /* Setting details */
60 VgDetails VG_(details) = {
70 #define DETAILS(type, detail) \
73 VG_(details).detail = detail; \
76 DETAILS(const HChar*, name)
77 DETAILS(const HChar*, version)
78 DETAILS(const HChar*, description)
79 DETAILS(const HChar*, copyright_author)
80 DETAILS(const HChar*, bug_reports_to)
81 DETAILS(UInt, avg_translation_sizeB)
118 CHECK_NOT(VG_(details).name, NULL);
120 CHECK_NOT(VG_(details).description, NULL);
121 CHECK_NOT(VG_(details).copyright_author, NULL);
122 CHECK_NOT(VG_(details).bug_reports_to, NULL);