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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp269 bool MatchFound = true; local
271 (j < endCF) && MatchFound; j++) {
275 MatchFound = (CurInstrVal == KeyColValue);
277 return MatchFound;
328 bool MatchFound = true; local
331 (j < endCF) && MatchFound; j++) {
336 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
339 if (MatchFound) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1839 bool MatchFound = false; local
1845 MatchFound = true;
1850 if (!MatchFound)
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2484 bool MatchFound = false;
2487 MatchFound = true;
2491 if (!MatchFound) {

Completed in 165 milliseconds