HomeSort by: relevance | last modified time | path
    Searched refs:deprecated (Results 1 - 25 of 355) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_250.c 7 @deprecated
parse_init_declarator.c 16 __asm("") __attribute__((deprecated));
20 __attribute__((deprecated)) __asm("");
23 __asm("") __attribute__((deprecated)) = &global_var;
27 __attribute__((deprecated)) __asm("") = &global_var;
31 __asm("") = &global_var __attribute__((deprecated));
decl_struct_member.c 7 __attribute__((deprecated))
8 __attribute__((deprecated))
9 __attribute__((deprecated))
10 int deprecated; member in struct:multi_attributes
15 __attribute__((deprecated)) int m2;
19 int __attribute__((deprecated)) m6;
gcc_attribute.c 106 __attribute__((deprecated("d1")))
108 __attribute__((deprecated("d2")))
110 __attribute__((deprecated("d3")))
113 // __attribute__((deprecated("d3")))
115 __attribute__((deprecated("d4")))
117 __attribute__((deprecated("d5")))
119 __attribute__((deprecated("d6")))
121 __attribute__((deprecated("d7")))
123 __attribute__((deprecated("d8")))
decl_arg.c 82 const __attribute__((deprecated)) prefix_attribute;
84 const postfix_attribute __attribute__((deprecated));
86 const __attribute__((deprecated)) infix_attribute __attribute__((deprecated));
90 __attribute__((deprecated))
92 __attribute__((deprecated))
93 __attribute__((deprecated))
94 __attribute__((deprecated))
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
digest.d 2 deprecated("import std.digest instead of std.digest.digest. std.digest.digest will be removed in 2.101")
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
config.d 20 // _BSD_SOURCE and _SVID_SOURCE are deprecated aliases for _DEFAULT_SOURCE.
21 deprecated("use _DEFAULT_SOURCE")
27 deprecated("use _DEFAULT_SOURCE")
29 deprecated("use _ATFILE_SOURCE")
31 deprecated("use _GNU_SOURCE")
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
deprecated.h 1 /* $NetBSD: deprecated.h,v 1.1 2024/02/18 20:57:52 christos Exp $ */
20 #define ISC_DEPRECATED __attribute__((deprecated))
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_salsa208.h 25 __attribute__ ((deprecated));
30 __attribute__ ((deprecated));
35 __attribute__ ((deprecated));
40 __attribute__ ((deprecated));
46 __attribute__ ((deprecated));
50 __attribute__ ((deprecated));
crypto_core_salsa208.h 14 __attribute__ ((deprecated));
19 __attribute__ ((deprecated));
24 __attribute__ ((deprecated));
29 __attribute__ ((deprecated));
crypto_sign_edwards25519sha512batch.h 36 __attribute__ ((deprecated));
44 __attribute__ ((deprecated));
49 __attribute__ ((deprecated));
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
attribute.d 23 deprecated("Import gcc.attributes instead")
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
checkedint.d 3 * This module is now deprecated, use $(MREF std, experimental)
13 deprecated module std.experimental.checkedint;
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcpa_defines.h 5 #warning including deprecated header file tcpa_defines.h
tcpa_error.h 5 #warning including deprecated header file tcpa_error.h
tcpa_struct.h 5 #warning including deprecated header file tcpa_struct.h
tcpa_typedef.h 5 #warning including deprecated header file tcpa_typedef.h
  /src/external/gpl3/gdb/dist/readline/readline/
rltypedefs.h 29 /* Old-style, attempt to mark as deprecated in some way people will notice. */
35 typedef int Function () __attribute__((deprecated));
36 typedef void VFunction () __attribute__((deprecated));
37 typedef char *CPFunction () __attribute__((deprecated));
38 typedef char **CPPFunction () __attribute__((deprecated));
  /src/external/gpl3/gdb.old/dist/readline/readline/
rltypedefs.h 29 /* Old-style, attempt to mark as deprecated in some way people will notice. */
35 typedef int Function () __attribute__((deprecated));
36 typedef void VFunction () __attribute__((deprecated));
37 typedef char *CPFunction () __attribute__((deprecated));
38 typedef char **CPPFunction () __attribute__((deprecated));
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Platform.h 10 |* This header provides platform specific macros (dllimport, deprecated, ...) *|
42 #define CINDEX_DEPRECATED __attribute__((deprecated))
45 #define CINDEX_DEPRECATED __declspec(deprecated)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
config.d 36 // _BSD_SOURCE and _SVID_SOURCE are deprecated aliases for _DEFAULT_SOURCE.
37 deprecated("use _DEFAULT_SOURCE")
54 deprecated("use _XOPEN_SOURCE >= 600")
59 deprecated("use _XOPEN_SOURCE >= 700")
65 deprecated("use _DEFAULT_SOURCE")
67 deprecated("use _ATFILE_SOURCE")
69 deprecated("use _GNU_SOURCE")
71 deprecated("use _REENTRANT")
116 deprecated("use _XOPEN_SOURCE >= 600")
121 deprecated("use _XOPEN_SOURCE >= 700"
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
backward_warning.h 33 This file includes at least one deprecated or antiquated header which \
35 non-deprecated interface with equivalent functionality instead. For a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
backward_warning.h 33 This file includes at least one deprecated or antiquated header which \
35 non-deprecated interface with equivalent functionality instead. For a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
  /src/external/bsd/nsd/sbin/nsd-control/
Makefile 5 COPTS.nsd-control.c+= -Wno-error=deprecated-declarations
  /src/external/bsd/zstd/dist/contrib/premake/
zstd.lua 4 function project_zstd(dir, compression, decompression, deprecated, dictbuilder, legacy)
7 if deprecated == nil then deprecated = false end
14 deprecated = false
19 deprecated = false
53 if deprecated then
55 dir .. 'deprecated/**.c',
56 dir .. 'deprecated/**.h'

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>