Searched refs:unmatched (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/wpa/hostapd/logwatch/
H A Dhostapd16 my @unmatched;
36 push @unmatched, "$line\n";
60 if ($#unmatched >= 0) {
62 print @unmatched;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2491 const ObjCMethodDecl *unmatched = impl; local
2496 unmatched = decl;
2535 if (unmatched->getReturnType()->isObjCObjectPointerType()) {

Completed in 58 milliseconds