Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp263 bool MatchFound = true; in isKeyColInstr() local
265 (j < endCF) && MatchFound; j++) { in isKeyColInstr()
269 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
271 return MatchFound; in isKeyColInstr()
322 bool MatchFound = true; in getInstrForColumn() local
324 (j < endCF) && MatchFound; j++) { in getInstrForColumn()
329 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
332 if (MatchFound) { in getInstrForColumn()
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dopenssl_hostname_validation.c97 return MatchFound; in matches_common_name()
142 result = MatchFound; in matches_subject_alternative_name()
H A Dopenssl_hostname_validation.h39 MatchFound, enumerator
H A Dhttps-client.c149 case MatchFound: in cert_verify_callback()
173 if (res == MatchFound) { in cert_verify_callback()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4921 bool MatchFound = false; in checkIfClauses() local
4924 MatchFound = true; in checkIfClauses()
4928 if (!MatchFound) { in checkIfClauses()