Searched refs:MatchFound (Results 1 – 3 of 3) sorted by relevance
269 bool MatchFound = true; in isKeyColInstr() local271 (j < endCF) && MatchFound; j++) { in isKeyColInstr()275 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()277 return MatchFound; in isKeyColInstr()328 bool MatchFound = true; in getInstrForColumn() local331 (j < endCF) && MatchFound; j++) { in getInstrForColumn()336 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()339 if (MatchFound) { in getInstrForColumn()
1839 bool MatchFound = false; in collectInheritedProtocolProperties() local1845 MatchFound = true; in collectInheritedProtocolProperties()1850 if (!MatchFound) in collectInheritedProtocolProperties()
2413 bool MatchFound = false; in checkIfClauses() local2416 MatchFound = true; in checkIfClauses()2420 if (!MatchFound) { in checkIfClauses()