Searched refs:showing_core_errors (Results 1 – 4 of 4) sorted by relevance
67 extern Bool VG_(showing_core_errors) ( void );
1109 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_()1115 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_()1124 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_()
279 Bool VG_(showing_core_errors)(void) in VG_() argument
1195 if ((!allowed) && VG_(showing_core_errors)() ) { in ML_()