Home
last modified time | relevance | path

Searched refs:Deprecated (Results 1 – 25 of 56) sorted by relevance

123

/NextBSD/contrib/gcc/config/i386/
HDi386.opt32 ;; Deprecated
40 ;; Deprecated
130 ;; Deprecated
158 ;; Deprecated
162 ;; Deprecated
/NextBSD/crypto/heimdal/lib/hx509/
HDcrmf.asn157 thisMessage [0] BIT STRING, -- Deprecated
59 dhMAC [2] BIT STRING, -- Deprecated
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.opt179 -mvrsave=yes/no Deprecated option. Use -mvrsave/-mno-vrsave instead
187 -misel=yes/no Deprecated option. Use -misel/-mno-isel instead
195 -mspe=yes/no Deprecated option. Use -mspe/-mno-spe instead
/NextBSD/include/libkern/
HDOSKextLib.h342 #pragma mark Kext/OSBundle Property Deprecated Keys
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticDriverKinds.td119 def warn_O4_is_O3 : Warning<"-O4 is equivalent to -O3">, InGroup<Deprecated>;
144 "argument '%0' is deprecated, use '%1' instead">, InGroup<Deprecated>;
154 InGroup<Deprecated>;
HDLangOptions.def146 COMPATIBLE_LANGOPT(Deprecated , 1, 0, "__DEPRECATED predefined macro")
/NextBSD/crypto/openssl/doc/crypto/
HDERR_remove_state.pod13 Deprecated:
HDBN_CTX_new.pod15 Deprecated:
HDRSA_generate_key.pod13 Deprecated:
HDDH_generate_parameters.pod17 Deprecated:
HDDSA_generate_parameters.pod15 Deprecated:
HDBN_generate_prime.pod28 Deprecated:
/NextBSD/contrib/ntp/scripts/ntpsweep/
HDntpsweep-opts.def48 /* Deprecated options */
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCInstrAltivec.td344 Deprecated<DeprecatedDST> {
351 Deprecated<DeprecatedDST> {
360 Deprecated<DeprecatedDST>;
365 Deprecated<DeprecatedDST>;
370 Deprecated<DeprecatedDST>;
375 Deprecated<DeprecatedDST>;
382 Deprecated<DeprecatedDST>;
387 Deprecated<DeprecatedDST>;
393 Deprecated<DeprecatedDST>;
399 Deprecated<DeprecatedDST>;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp1767 VersionTuple Deprecated, in checkAvailabilityAttr() argument
1776 if (!Introduced.empty() && !Deprecated.empty() && in checkAvailabilityAttr()
1777 !(Introduced <= Deprecated)) { in checkAvailabilityAttr()
1779 << 1 << PlatformName << Deprecated.getAsString() in checkAvailabilityAttr()
1792 if (!Deprecated.empty() && !Obsoleted.empty() && in checkAvailabilityAttr()
1793 !(Deprecated <= Obsoleted)) { in checkAvailabilityAttr()
1796 << 1 << Deprecated.getAsString(); in checkAvailabilityAttr()
1824 VersionTuple Deprecated, in mergeAvailabilityAttr() argument
1831 VersionTuple MergedDeprecated = Deprecated; in mergeAvailabilityAttr()
1857 !versionsMatch(Deprecated, OldDeprecated, Override) || in mergeAvailabilityAttr()
[all …]
/NextBSD/contrib/gcc/
HDc.opt241 Deprecated. This switch has no effect
913 Deprecated in favor of -std=c99
929 Deprecated in favor of -std=gnu99
945 Deprecated in favor of -std=iso9899:1999
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIIntrinsics.td175 // Deprecated image and sample intrinsics.
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCommentCommands.td117 def Deprecated : BlockCommand<"deprecated"> {
/NextBSD/contrib/libstdc++/include/bits/
Dc++config147 // XXX GLIBCXX_ABI Deprecated
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_flags.inc21 "Deprecated, please use quarantine_size_mb.")
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp447 if (const auto *Deprecated = dyn_cast<DeprecatedAttr>(A)) { in getAvailability() local
452 ResultMessage = Deprecated->getMessage(); in getAvailability()
/NextBSD/contrib/bmake/
HDconfig.h.in149 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp581 if (LangOpts.Deprecated) in InitializePredefinedMacros()
/NextBSD/contrib/llvm/tools/clang/include/clang-c/
HDIndex.h2473 CXVersion Deprecated; member
/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDClangAttrEmitter.cpp2915 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated"); in WriteDocumentation() local
2916 std::string Replacement = Deprecated.getValueAsString("Replacement"); in WriteDocumentation()

123