Searched defs:Usable (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/usr.sbin/ppp/ | ||
H A D | ccp.h | 127 int (*Usable)(struct fsm *); /* Ok to negotiate ? */ member |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOverload.cpp | 3628 bool Usable = !Info.Constructor->isInvalidDecl() && IsInitializerListConstructorConversion() local |