Home
last modified time | relevance | path

Searched refs:MatchFound (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp269 bool MatchFound = true; in isKeyColInstr() local
271 (j < endCF) && MatchFound; j++) { in isKeyColInstr()
275 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
277 return MatchFound; in isKeyColInstr()
328 bool MatchFound = true; in getInstrForColumn() local
331 (j < endCF) && MatchFound; j++) { in getInstrForColumn()
336 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
339 if (MatchFound) { in getInstrForColumn()
/external/clang/lib/AST/
DDeclObjC.cpp1839 bool MatchFound = false; in collectInheritedProtocolProperties() local
1845 MatchFound = true; in collectInheritedProtocolProperties()
1850 if (!MatchFound) in collectInheritedProtocolProperties()
/external/clang/lib/Sema/
DSemaOpenMP.cpp2413 bool MatchFound = false; in checkIfClauses() local
2416 MatchFound = true; in checkIfClauses()
2420 if (!MatchFound) { in checkIfClauses()