Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp269 bool MatchFound = true; in isKeyColInstr() local
271 (j < endCF) && MatchFound; j++) { in isKeyColInstr()
275 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
277 return MatchFound; in isKeyColInstr()
328 bool MatchFound = true; in getInstrForColumn() local
331 (j < endCF) && MatchFound; j++) { in getInstrForColumn()
336 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
339 if (MatchFound) { in getInstrForColumn()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenMapTable.cpp273 bool MatchFound = true; in isKeyColInstr() local
275 (j < endCF) && MatchFound; j++) { in isKeyColInstr()
279 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
281 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()
/external/libevent/sample/
Dopenssl_hostname_validation.c96 return MatchFound; in matches_common_name()
141 result = MatchFound; in matches_subject_alternative_name()
Dopenssl_hostname_validation.h38 MatchFound, enumerator
Dhttps-client.c148 case MatchFound: in cert_verify_callback()
172 if (res == MatchFound) { in cert_verify_callback()
/external/clang/lib/AST/
DDeclObjC.cpp1875 bool MatchFound = false; in collectInheritedProtocolProperties() local
1881 MatchFound = true; in collectInheritedProtocolProperties()
1886 if (!MatchFound) in collectInheritedProtocolProperties()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3326 bool MatchFound = false; in checkIfClauses() local
3329 MatchFound = true; in checkIfClauses()
3333 if (!MatchFound) { in checkIfClauses()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4787 bool MatchFound = false; in checkIfClauses() local
4790 MatchFound = true; in checkIfClauses()
4794 if (!MatchFound) { in checkIfClauses()