Searched refs:MarkerRE (Results 1 – 2 of 2) sorted by relevance
316 static QRegExp MarkerRE(" at line (\\d+)"); in parseMarker() local318 int lineNoStart = MarkerRE.indexIn(startMarker); in parseMarker()321 int lineNo = MarkerRE.cap(1).toInt(); in parseMarker()
396 static QRegExp MarkerRE(":(\\d+):\\d+:[begmidl]+:0x"); in parseMarker() local398 int lineNoStart = MarkerRE.indexIn(startMarker); in parseMarker()400 int lineNo = MarkerRE.cap(1).toInt(); in parseMarker()406 MarkerRE.matchedLength() - 2; in parseMarker()