Searched refs:VgMsgKind (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/include/ |
D | pub_tool_libcprint.h | 94 VgMsgKind; typedef 121 extern UInt VG_(message)( VgMsgKind kind, const HChar* format, ... ) 124 extern UInt VG_(vmessage)( VgMsgKind kind, const HChar* format, va_list vargs )
|
/external/valgrind/main/coregrind/ |
D | m_libcprint.c | 392 VgMsgKind kind; 491 UInt VG_(vmessage) ( VgMsgKind kind, const HChar* format, va_list vargs ) in VG_() 519 UInt VG_(message) ( VgMsgKind kind, const HChar* format, ... ) in VG_()
|
/external/valgrind/main/drd/tests/ |
D | unit_vc.c | 46 UInt VG_(message)(VgMsgKind kind, const HChar* format, ...) in VG_()
|
D | unit_bitmap.c | 57 UInt VG_(message)(VgMsgKind kind, const HChar* format, ...) in VG_()
|