Home | History | Annotate | Download | only in coregrind

Lines Matching refs:DETAILS

22    General Public License for more details.
56 /* Setting details */
59 VgDetails VG_(details) = {
69 #define DETAILS(type, detail) \
72 VG_(details).detail = detail; \
75 DETAILS(const HChar*, name)
76 DETAILS(const HChar*, version)
77 DETAILS(const HChar*, description)
78 DETAILS(const HChar*, copyright_author)
79 DETAILS(const HChar*, bug_reports_to)
80 DETAILS(UInt, avg_translation_sizeB)
117 CHECK_NOT(VG_(details).name, NULL);
119 CHECK_NOT(VG_(details).description, NULL);
120 CHECK_NOT(VG_(details).copyright_author, NULL);
121 CHECK_NOT(VG_(details).bug_reports_to, NULL);