Searched refs:Obsoleted (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaDeclAttr.cpp | 2192 VersionTuple Obsoleted) { in checkAvailabilityAttr() argument 2208 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 2209 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr() 2211 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr() 2216 if (!Deprecated.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 2217 !(Deprecated <= Obsoleted)) { in checkAvailabilityAttr() 2219 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr() 2248 VersionTuple Obsoleted, bool IsUnavailable, StringRef Message, in mergeAvailabilityAttr() argument 2253 VersionTuple MergedObsoleted = Obsoleted; in mergeAvailabilityAttr() 2306 !versionsMatch(Obsoleted, OldObsoleted, OverrideOrImpl) || in mergeAvailabilityAttr() [all …]
|
| /freebsd-11-stable/crypto/openssl/doc/apps/ |
| HD | openssl.pod | 103 Obsoleted by L<B<dhparam>|dhparam(1)>. 143 Obsoleted by L<B<dhparam>|dhparam(1)>.
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | ParsedAttr.h | 71 const AvailabilityChange &Obsoleted, in AvailabilityData() 76 Changes[ObsoletedSlot] = Obsoleted; in AvailabilityData()
|
| HD | Sema.h | 2863 VersionTuple Obsoleted, bool IsUnavailable,
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/ |
| HD | Index.h | 2890 CXVersion Obsoleted; member
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseDecl.cpp | 998 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator 1153 Index = Obsoleted; in ParseAvailabilityAttribute() 1208 Changes[Obsoleted], in ParseAvailabilityAttribute()
|
| /freebsd-11-stable/contrib/wpa/wpa_supplicant/ |
| HD | README | 128 Linux wireless extensions (WE-18 or newer). Obsoleted by nl80211.
|
| /freebsd-11-stable/sys/contrib/dev/acpica/ |
| HD | changes.txt | 15924 Obsoleted the AcpiOsCallocate OSL interface. This interface was
|