Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_error.c46 static const HChar* drd_get_error_name(const Error* e);
307 VG_(printf_xml)( " <kind>%pS</kind>\n", drd_get_error_name(e)); in drd_tool_error_pp()
573 static const HChar* drd_get_error_name(const Error* e) in drd_get_error_name() function
639 drd_get_error_name, in DRD_()