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

/external/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp271 bool MatchFound = true; local
273 (j < endCF) && MatchFound; j++) {
277 MatchFound = (CurInstrVal == KeyColValue);
279 return MatchFound;
332 bool MatchFound = true; local
335 (j < endCF) && MatchFound; j++) {
340 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
343 if (MatchFound) {
/external/clang/lib/AST/
H A DDeclObjC.cpp1589 bool MatchFound = false; local
1595 MatchFound = true;
1600 if (!MatchFound)

Completed in 628 milliseconds