Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp262 bool MatchFound = true; in isKeyColInstr() local
263 for (unsigned j = 0, endCF = ColFields->size(); (j < endCF) && MatchFound; in isKeyColInstr()
268 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
270 return MatchFound; in isKeyColInstr()
321 bool MatchFound = true; in getInstrForColumn() local
322 for (unsigned j = 0, endCF = ColFields->size(); (j < endCF) && MatchFound; in getInstrForColumn()
328 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
331 if (MatchFound) { in getInstrForColumn()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dopenssl_hostname_validation.c96 return MatchFound; in matches_common_name()
141 result = MatchFound; in matches_subject_alternative_name()
H A Dopenssl_hostname_validation.h38 MatchFound, enumerator
H A Dhttps-client.c148 case MatchFound: in cert_verify_callback()
172 if (res == MatchFound) { in cert_verify_callback()
/freebsd/contrib/libevent/sample/
H A Dopenssl_hostname_validation.c96 return MatchFound; in matches_common_name()
141 result = MatchFound; in matches_subject_alternative_name()
H A Dopenssl_hostname_validation.h38 MatchFound, enumerator
H A Dhttps-client.c148 case MatchFound: in cert_verify_callback()
172 if (res == MatchFound) { in cert_verify_callback()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1431 bool MatchFound = false; in gatherChains() local
1447 MatchFound = true; in gatherChains()
1452 if (!MatchFound) { in gatherChains()