Searched refs:Obsoleted (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Availability.h | 69 VersionTuple Obsoleted; member 80 bool isObsoleted() const { return !Obsoleted.empty(); } in isObsoleted() 102 : Domain(Domain), Introduced(I), Deprecated(D), Obsoleted(O), in AvailabilityInfo() 115 return std::tie(Lhs.Introduced, Lhs.Deprecated, Lhs.Obsoleted, 118 std::tie(Rhs.Introduced, Rhs.Deprecated, Rhs.Obsoleted,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2021 VersionTuple Obsoleted) { in checkAvailabilityAttr() argument 2037 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 2038 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr() 2040 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr() 2045 if (!Deprecated.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 2046 !(Deprecated <= Obsoleted)) { in checkAvailabilityAttr() 2048 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr() 2077 VersionTuple Obsoleted, bool IsUnavailable, StringRef Message, in mergeAvailabilityAttr() argument 2082 VersionTuple MergedObsoleted = Obsoleted; in mergeAvailabilityAttr() 2142 !versionsMatch(Obsoleted, OldObsoleted, OverrideOrImpl) || in mergeAvailabilityAttr() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 76 const AvailabilityChange &Obsoleted, SourceLocation Strict, in AvailabilityData() 82 Changes[ObsoletedSlot] = Obsoleted; in AvailabilityData()
|
H A D | Sema.h | 4508 VersionTuple Obsoleted, bool IsUnavailable, StringRef Message,
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 186 serializeSemanticVersion(Avail.Obsoleted)); in serializeAvailability()
|
/freebsd/contrib/llvm-project/clang/include/clang-c/ |
H A D | Index.h | 2483 CXVersion Obsoleted; member
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1304 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator 1468 Index = Obsoleted; in ParseAvailabilityAttribute() 1520 Changes[Obsoleted], UnavailableLoc, MessageExpr.get(), Form, in ParseAvailabilityAttribute()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README | 128 Linux wireless extensions (WE-18 or newer). Obsoleted by nl80211.
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 18152 Obsoleted the AcpiOsCallocate OSL interface. This interface was
|