Searched refs:Obsoleted (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 2231 VersionTuple Obsoleted) { in checkAvailabilityAttr() argument 2247 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 2248 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr() 2250 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr() 2255 if (!Deprecated.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 2256 !(Deprecated <= Obsoleted)) { in checkAvailabilityAttr() 2258 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr() 2287 VersionTuple Obsoleted, bool IsUnavailable, StringRef Message, in mergeAvailabilityAttr() argument 2292 VersionTuple MergedObsoleted = Obsoleted; in mergeAvailabilityAttr() 2346 !versionsMatch(Obsoleted, OldObsoleted, OverrideOrImpl) || in mergeAvailabilityAttr() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | openssl.pod | 114 Obsoleted by L<dhparam(1)>. 153 Obsoleted by L<dhparam(1)>.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 162 const AvailabilityChange &Obsoleted, in AvailabilityData() 167 Changes[ObsoletedSlot] = Obsoleted; in AvailabilityData()
|
| H A D | Sema.h | 3293 VersionTuple Obsoleted, bool IsUnavailable,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/ |
| H A D | Index.h | 2904 CXVersion Obsoleted; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1032 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator 1187 Index = Obsoleted; in ParseAvailabilityAttribute() 1242 Changes[Obsoleted], in ParseAvailabilityAttribute()
|
| /netbsd-src/external/gpl3/autoconf/dist/ |
| H A D | NEWS | 1098 - Obsoleted 1099 Obsoleted macros are kept for Autoconf backward compatibility, but
|
| H A D | ChangeLog.2 | 3960 * acgeneral.m4 (AC_VALIDATE_CACHED_SYSTEM_TUPLE): Obsoleted. 9238 Obsoleted (but implemented) in favor of AC_CONFIG_LINKS.
|
| H A D | ChangeLog.3 | 12992 (AC_LINK_FILES): Obsoleted since (and thus AU_DEFUN'ed).
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 873 printVersion(", obsoleted=", PlatformAvailability[I].Obsoleted); in PrintCursor()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 8117 availability[Avail.index()].Obsoleted = in clang_getCursorPlatformAvailability()
|
| /netbsd-src/sys/external/bsd/acpica/dist/ |
| H A D | changes.txt | 18123 Obsoleted the AcpiOsCallocate OSL interface. This interface was
|