Home
last modified time | relevance | path

Searched refs:Obsoleted (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp1768 VersionTuple Obsoleted) { in checkAvailabilityAttr() argument
1784 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr()
1785 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr()
1787 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr()
1792 if (!Deprecated.empty() && !Obsoleted.empty() && in checkAvailabilityAttr()
1793 !(Deprecated <= Obsoleted)) { in checkAvailabilityAttr()
1795 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr()
1825 VersionTuple Obsoleted, in mergeAvailabilityAttr() argument
1832 VersionTuple MergedObsoleted = Obsoleted; in mergeAvailabilityAttr()
1858 !versionsMatch(Obsoleted, OldObsoleted, Override) || in mergeAvailabilityAttr()
[all …]
/NextBSD/crypto/openssl/doc/apps/
HDopenssl.pod103 Obsoleted by L<B<dhparam>|dhparam(1)>.
143 Obsoleted by L<B<dhparam>|dhparam(1)>.
/NextBSD/contrib/llvm/tools/clang/include/clang-c/
HDIndex.h2478 CXVersion Obsoleted; member
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp860 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator
970 Index = Obsoleted; in ParseAvailabilityAttribute()
1025 Changes[Obsoleted], in ParseAvailabilityAttribute()
/NextBSD/contrib/wpa/wpa_supplicant/
HDREADME126 Linux wireless extensions (WE-18 or newer). Obsoleted by nl80211.
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h2051 VersionTuple Obsoleted,
/NextBSD/sys/contrib/dev/acpica/
HDchanges.txt14213 Obsoleted the AcpiOsCallocate OSL interface. This interface was