Searched refs:MatchFound (Results 1 – 2 of 2) sorted by relevance
263 bool MatchFound = true; in isKeyColInstr() local265 (j < endCF) && MatchFound; j++) { in isKeyColInstr()269 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()271 return MatchFound; in isKeyColInstr()322 bool MatchFound = true; in getInstrForColumn() local324 (j < endCF) && MatchFound; j++) { in getInstrForColumn()329 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()332 if (MatchFound) { in getInstrForColumn()
2025 bool MatchFound = false; in parseMMapEvents() local2034 MatchFound = true; in parseMMapEvents()2038 if (!MatchFound) { in parseMMapEvents()