HomeSort by: relevance | last modified time | path
    Searched refs:DEPRECATED (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
attribute.h 55 #define DEPRECATED _GL_ATTRIBUTE_DEPRECATED
  /src/external/gpl3/gdb.old/dist/gnulib/import/
attribute.h 55 #define DEPRECATED _GL_ATTRIBUTE_DEPRECATED
  /src/sys/external/bsd/drm/dist/shared-core/
radeon_drm.h 549 unsigned long fb_offset DEPRECATED; /* deprecated, driver asks hardware */
550 unsigned long mmio_offset DEPRECATED; /* deprecated, driver asks hardware */
drm.h 69 # define DEPRECATED __attribute__ ((deprecated))
71 # define DEPRECATED
  /src/usr.sbin/ifwatchd/
ifwatchd.c 59 enum addrflag { NOTREADY, DETACHED, DEPRECATED, READY };
307 return DEPRECATED;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dm_services.h 43 #undef DEPRECATED
  /src/crypto/external/bsd/heimdal/dist/cf/
make-proto.pl 20 my %deprecated;
80 if (defined $obj->{$x}->{"deprecated"}) {
81 $deprecated{$x} = $obj->{$x}->{"deprecated"};
135 if(m/(.*)\s(\w+DEPRECATED)(.*)/) {
203 if (exists $deprecated{$f}) {
204 $_ = $_ . " GSSAPI_DEPRECATED_FUNCTION(\"$deprecated{$f}\")";
  /src/external/bsd/openpam/dist/misc/
gendoc.pl 115 my $deprecated;
144 if ($source =~ s/^ \* DEPRECATED\s*(\w*)\s*$//m) {
145 $deprecated = $1 // 0;
343 'deprecated' => $deprecated,
481 if (defined($$func{deprecated})) {
483 "This function is deprecated and may be removed " .
485 if ($$func{deprecated}) {
486 $mdoc .= "The\n.Fn $$func{deprecated}\nfunction " .
  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 81 #define DEPRECATED (1 << 5)
143 #warning, #include_next, and #import are deprecated. The name is
165 D(assert, T_ASSERT, EXTENSION, DEPRECATED) /* SVR4 */ \
166 D(unassert, T_UNASSERT, EXTENSION, DEPRECATED) /* SVR4 */ \
380 /* Issue -pedantic or deprecated warnings for extensions. We let
403 else if (((dir->flags & DEPRECATED) != 0
407 "#%s is a deprecated GCC extension", dir->name);
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 81 #define DEPRECATED (1 << 5)
143 #warning, #include_next, and #import are deprecated. The name is
165 D(assert, T_ASSERT, EXTENSION, DEPRECATED) /* SVR4 */ \
166 D(unassert, T_UNASSERT, EXTENSION, DEPRECATED) /* SVR4 */ \
380 /* Issue -pedantic or deprecated warnings for extensions. We let
388 else if (((dir->flags & DEPRECATED) != 0
392 "#%s is a deprecated GCC extension", dir->name);
  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 110 | ^DEFINE_LHASH_OF_(INTERNAL|DEPRECATED)
852 next if /\(section\) in.*deprecated/;
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_cursor.py 466 # AvailabilityKind.DEPRECATED
467 tu = get_tu('void test() __attribute__((deprecated));', lang='cpp')
469 self.assertEqual(cursor.availability, AvailabilityKind.DEPRECATED)
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 124 # Importing ABC-s directly from collections is deprecated since Python 3.7,
1984 AvailabilityKind.DEPRECATED = AvailabilityKind(1)
2623 1: CompletionChunk.Kind("Deprecated"),
2753 # Flags with values 16 and 32 are deprecated and intentionally omitted.

Completed in 45 milliseconds