Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp271 bool MatchFound = true; in isKeyColInstr() local
273 (j < endCF) && MatchFound; j++) { in isKeyColInstr()
277 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
279 return MatchFound; in isKeyColInstr()
332 bool MatchFound = true; in getInstrForColumn() local
335 (j < endCF) && MatchFound; j++) { in getInstrForColumn()
340 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
343 if (MatchFound) { in getInstrForColumn()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1622 bool MatchFound = false; in collectInheritedProtocolProperties() local
1628 MatchFound = true; in collectInheritedProtocolProperties()
1633 if (!MatchFound) in collectInheritedProtocolProperties()