Searched refs:Obsoleted (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Availability.cpp | 91 if (!Obsoleted.empty() && !Other.Obsoleted.empty()) in mergeWith() 92 Obsoleted = std::min(Obsoleted, Other.Obsoleted); in mergeWith() 94 Obsoleted = std::max(Obsoleted, Other.Obsoleted); in mergeWith()
|
| /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() 106 : Domain(Domain), Introduced(I), Deprecated(D), Obsoleted(O), in AvailabilityInfo() 119 return std::tie(Lhs.Introduced, Lhs.Deprecated, Lhs.Obsoleted, 122 std::tie(Rhs.Introduced, Rhs.Deprecated, Rhs.Obsoleted,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 2193 VersionTuple Obsoleted) { in checkAvailabilityAttr() argument 2209 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 2210 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr() 2212 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr() 2217 if (!Deprecated.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 2218 !(Deprecated <= Obsoleted)) { in checkAvailabilityAttr() 2220 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr() 2249 VersionTuple Obsoleted, bool IsUnavailable, StringRef Message, in mergeAvailabilityAttr() argument 2254 VersionTuple MergedObsoleted = Obsoleted; in mergeAvailabilityAttr() 2314 !versionsMatch(Obsoleted, OldObsoleted, OverrideOrImpl) || in mergeAvailabilityAttr() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 75 const AvailabilityChange &Obsoleted, SourceLocation Strict, in AvailabilityData() 81 Changes[ObsoletedSlot] = Obsoleted; in AvailabilityData()
|
| H A D | Sema.h | 4895 VersionTuple Obsoleted, bool IsUnavailable, StringRef Message,
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 189 serializeSemanticVersion(Avail.Obsoleted)); in serializeAvailability()
|
| /freebsd/contrib/llvm-project/clang/include/clang-c/ |
| H A D | Index.h | 2539 CXVersion Obsoleted; member
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1224 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator 1389 Index = Obsoleted; in ParseAvailabilityAttribute() 1441 Changes[Introduced], Changes[Deprecated], Changes[Obsoleted], 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 | 18284 Obsoleted the AcpiOsCallocate OSL interface. This interface was
|