Home
last modified time | relevance | path

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

1234567

/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAvailabilityInfo.h34 VersionTuple Deprecated; member
41 : Domain(Domain), Introduced(I), Deprecated(D), Obsoleted(O) {} in AvailabilityInfo()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAvailabilityInfo.cpp37 if (Availability->Deprecated > Attr->getDeprecated()) in AvailabilitySet()
38 Availability->Deprecated = Attr->getDeprecated(); in AvailabilitySet()
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Dcrisaout.sc75 /* Deprecated, use __Etext. */
99 /* Deprecated, use __Edata. */
105 /* Deprecated, use __Sbss. */
114 /* Deprecated, use __Ebss or __Eall as appropriate. */
H A Dmmo.sc87 /* Deprecated, use __Edata. */
108 /* Deprecated, use __Ebss or __Eall as appropriate. */
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Dcrisaout.sc75 /* Deprecated, use __Etext. */
99 /* Deprecated, use __Edata. */
105 /* Deprecated, use __Sbss. */
114 /* Deprecated, use __Ebss or __Eall as appropriate. */
H A Dmmo.sc87 /* Deprecated, use __Edata. */
108 /* Deprecated, use __Ebss or __Eall as appropriate. */
/openbsd-src/gnu/usr.bin/perl/t/lib/
H A Ddeprecate.t48 require Deprecated;
76 require Optionally::Deprecated;
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.opt32 ;; Deprecated
40 ;; Deprecated
130 ;; Deprecated
158 ;; Deprecated
162 ;; Deprecated
/openbsd-src/gnu/usr.bin/perl/t/lib/deprecate/
H A DDeprecated.pm1 package Deprecated; package
H A DOptionally.pm1 package Optionally::Deprecated;
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.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
/openbsd-src/share/snmp/
H A DIANAifType-MIB.txt183 DESCRIPTION "Deprecated/Obsoleted IANAifType 230. Registration of
241 DESCRIPTION "Deprecated IANAifTypes 7 and 11. Obsoleted
405 iso88023Csmacd(7), -- Deprecated via RFC3635
410 starLan(11), -- Deprecated via RFC3635
/openbsd-src/gnu/gcc/gcc/
H A Dc.opt244 Deprecated. This switch has no effect
866 Deprecated in favor of -std=c99
882 Deprecated in favor of -std=gnu99
898 Deprecated in favor of -std=iso9899:1999
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlexperiment.pod27 Deprecated in 5.38.0
447 Deprecated in Perl 5.10.0
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DPropertyAliases.txt156 Dep ; Deprecated
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.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>;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp2376 VersionTuple Deprecated, in checkAvailabilityAttr() argument
2385 if (!Introduced.empty() && !Deprecated.empty() && in checkAvailabilityAttr()
2386 !(Introduced <= Deprecated)) { in checkAvailabilityAttr()
2388 << 1 << PlatformName << Deprecated.getAsString() in checkAvailabilityAttr()
2401 if (!Deprecated.empty() && !Obsoleted.empty() && in checkAvailabilityAttr()
2402 !(Deprecated <= Obsoleted)) { in checkAvailabilityAttr()
2405 << 1 << Deprecated.getAsString(); in checkAvailabilityAttr()
2432 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr() argument
2437 VersionTuple MergedDeprecated = Deprecated; in mergeAvailabilityAttr()
2491 !versionsMatch(Deprecated, OldDeprecated, OverrideOrImpl) || in mergeAvailabilityAttr()
[all …]
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx17Papers.csv20 "`P0004R1 <https://wg21.link/p0004r1>`__","LWG","Remove Deprecated iostreams aliases.","Kona","|Com…
73 "`P0003R5 <https://wg21.link/P0003R5>`__","LWG","Removing Deprecated Exception Specifications from …
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dc++config147 // XXX GLIBCXX_ABI Deprecated
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/
H A DOpts.td71 def : F<"M", "Deprecated alias for --print-armap">, Alias<print_armap>, Flags<[HelpHidden]>;
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h186 const AvailabilityChange &Deprecated, in AvailabilityData()
191 Changes[DeprecatedSlot] = Deprecated; in AvailabilityData()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_flags.inc20 "Deprecated, please use quarantine_size_mb.")
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.opt260 Deprecated. Use -Os instead
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td354 def warn_O4_is_O3 : Warning<"-O4 is equivalent to -O3">, InGroup<Deprecated>;
403 "argument '%0' is deprecated, use '%1' instead">, InGroup<Deprecated>;
416 InGroup<Deprecated>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommands.td139 def Deprecated : BlockCommand<"deprecated"> {

1234567