reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
134 if (ErrorMsg) { 135 *ErrorMsg = "FP Comparison failed, not a numeric difference between '"; 136 *ErrorMsg += F1P[0]; 137 *ErrorMsg += "' and '"; 138 *ErrorMsg += F2P[0]; 139 *ErrorMsg += "'"; 155 if (ErrorMsg) { 156 raw_string_ostream(*ErrorMsg)