HomeSort by: relevance | last modified time | path
    Searched defs:MatchFound (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/sample/
openssl_hostname_validation.h 39 MatchFound,
52 * Returns MatchFound if a match was found.
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenMapTable.cpp 263 bool MatchFound = true;
265 (j < endCF) && MatchFound; j++) {
269 MatchFound = (CurInstrVal == KeyColValue);
271 return MatchFound;
322 bool MatchFound = true;
324 (j < endCF) && MatchFound; j++) {
329 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
332 if (MatchFound) {

Completed in 23 milliseconds