Home
last modified time | relevance | path

Searched refs:DEPRECATED (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_flags.inc27 "DEPRECATED: Use xray_mode=xray-basic instead.")
29 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
32 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
35 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
40 "DEPRECATED: Use xray_mode=xray-fdr instead.")
42 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
45 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
48 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dattr-deprecated-replacement-fixit.m15 #define DEPRECATED(replacement) __attribute__((deprecated("message", replacement))) macro
23 - (void)varArgs:(int)params, ... DEPRECATED("renameVarArgs:");
27 - (void)leadingMinus:(int)param DEPRECATED("-leadingMinusRenamed:");
31 - (void)leadingPlus:(int)param DEPRECATED("+leadingPlusRenamed:");
43 - (void)extra:(int)param1 whiteSpace:(int)param2 DEPRECATED("renameExtra:whiteSpace:");
50 - (void)singleArgumentRegression:(int)param DEPRECATED("renameSingleArgument");
89 - (void)differentNumberOfParameters:(int)param DEPRECATED("rename:hasMoreParameters:");
95 - (void)methodLike:(int)param1 replacement:(int)param2 DEPRECATED("noColon:atTheEnd");
98 - (void)freeFormText DEPRECATED("Use something else"); method
101 - (void)freeFormTextReplacementStartsAsMethod DEPRECATED("-Use something different"); method
[all …]
H A Dattr-deprecated.m86 __attribute ((deprecated)) // expected-note {{'DEPRECATED' has been explicitly marked deprecated he…
87 @interface DEPRECATED { interface
89 DEPRECATED *ivar2; // no warning.
92 - (DEPRECATED *) meth; // no warning.
96 @interface DEPRECATED (Category) // no warning. interface in Category
97 - (DEPRECATED *) meth2; // no warning.
100 @interface DEPRECATED (Category2) // no warning. interface in Category2
107 @implementation DEPRECATED (Category2) // no warning implementation in Category2
114 @interface NS : DEPRECATED // expected-warning {{'DEPRECATED' is deprecated}}
H A Dspecial-dep-unavail-warning.m47 __attribute ((deprecated)) // expected-note {{'DEPRECATED' has been explicitly marked deprecated he…
48 @interface DEPRECATED interface
53 [DEPRECATED new]; // expected-warning {{'DEPRECATED' is deprecated}}
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-trailing-return-type.cpp390 #define DEPRECATED __attribute__((deprecated)) macro
391 int h5() DEPRECATED;
394 int DEPRECATED h5();
397 DEPRECATED int h5();
400 [[noreturn]] [[nodiscard]] DEPRECATED DLL_EXPORT int h6 [[deprecated]] ();
454 DEPRECATED const int& h14();
457 DEPRECATED const long static volatile unsigned& h15();
468 DEPRECATED const UNSIGNED& h17();
471 DEPRECATED CONST UNSIGNED STATIC& h18();
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-atomic-property.m9 #define DEPRECATED __attribute__((deprecated)) macro
163 DEPRECATED
170 - (BOOL) isinValid DEPRECATED; method
173 - (void)setMYtarget: (id)target DEPRECATED;
174 - (BOOL) getM DEPRECATED; method
176 - (id)xxxdelegateYYY DEPRECATED; method
177 - (void)setXxxdelegateYYY:(id)delegate DEPRECATED;
H A Dobjcmt-atomic-property.m.result9 #define DEPRECATED __attribute__((deprecated))
140 DEPRECATED
147 - (BOOL) isinValid DEPRECATED;
150 - (void)setMYtarget: (id)target DEPRECATED;
151 - (BOOL) getM DEPRECATED;
153 - (id)xxxdelegateYYY DEPRECATED;
154 - (void)setXxxdelegateYYY:(id)delegate DEPRECATED;
H A Dobjcmt-ns-nonatomic-iosonly.m9 #define DEPRECATED __attribute__((deprecated)) macro
170 DEPRECATED
177 - (BOOL) isinValid DEPRECATED; method
180 - (void)setMYtarget: (id)target DEPRECATED;
181 - (BOOL) getM DEPRECATED; method
183 - (id)xxxdelegateYYY DEPRECATED; method
184 - (void)setXxxdelegateYYY:(id)delegate DEPRECATED;
H A Dobjcmt-property.m9 #define DEPRECATED __attribute__((deprecated)) macro
166 DEPRECATED
173 - (BOOL) isinValid DEPRECATED; method
176 - (void)setMYtarget: (id)target DEPRECATED;
177 - (BOOL) getM DEPRECATED; method
179 - (id)xxxdelegateYYY DEPRECATED; method
180 - (void)setXxxdelegateYYY:(id)delegate DEPRECATED;
H A Dobjcmt-property.m.result9 #define DEPRECATED __attribute__((deprecated))
143 DEPRECATED
150 - (BOOL) isinValid DEPRECATED;
153 - (void)setMYtarget: (id)target DEPRECATED;
154 - (BOOL) getM DEPRECATED;
156 - (id)xxxdelegateYYY DEPRECATED;
157 - (void)setXxxdelegateYYY:(id)delegate DEPRECATED;
H A Dobjcmt-ns-nonatomic-iosonly.m.result9 #define DEPRECATED __attribute__((deprecated))
147 DEPRECATED
154 - (BOOL) isinValid DEPRECATED;
157 - (void)setMYtarget: (id)target DEPRECATED;
158 - (BOOL) getM DEPRECATED;
160 - (id)xxxdelegateYYY DEPRECATED;
161 - (void)setXxxdelegateYYY:(id)delegate DEPRECATED;
H A Dobjcmt-ns-macros.m20 #define DEPRECATED __attribute__((deprecated)) macro
131 typedef NSUInteger D_NSBitmapImageFileType DEPRECATED; typedef
136 } D_NSTickMarkPosition DEPRECATED; typedef
H A Dobjcmt-ns-macros.m.result20 #define DEPRECATED __attribute__((deprecated))
123 typedef NSUInteger D_NSBitmapImageFileType DEPRECATED;
128 } D_NSTickMarkPosition DEPRECATED;
/llvm-project-15.0.7/llvm/tools/llvm-ifs/
H A DOpts.td20 defm output : Eq<"output", "Output file **DEPRECATED**">;
23 defm output_format : Eq<"output-format", "Specify the output file format **DEPRECATED**">;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dmacro-usage.cpp38 #define DEPRECATED attribute((deprecated)) macro
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_flags.inc20 "DEPRECATED. Use exitcode from common flags instead.")
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dmacro-usage.rst22 #define DEPRECATED attribute((deprecated))
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py469 self.assertEqual(cursor.availability, AvailabilityKind.DEPRECATED)
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DCompilerRTUtils.cmake290 "You are not using the monorepo layout. This configuration is DEPRECATED.")
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py1984 AvailabilityKind.DEPRECATED = AvailabilityKind(1)
/llvm-project-15.0.7/lld/MachO/
H A DOptions.td982 def grp_deprecated : OptionGroup<"deprecated">, HelpText<"DEPRECATED">;
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst2751 DEPRECATED: Filename defining the whitelist for imbuing the 'always instrument' XRay attribute.
2793 DEPRECATED: Filename defining the whitelist for imbuing the 'never instrument' XRay attribute.
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2049 …HelpText<"DEPRECATED: Filename defining the whitelist for imbuing the 'always instrument' XRay att…
2054 …HelpText<"DEPRECATED: Filename defining the whitelist for imbuing the 'never instrument' XRay attr…
5079 …HelpText<"Source Code Analysis - Abstract Memory Store Models [DEPRECATED, removing in clang-16]">;
5101 …HelpText<"Analyze the definitions of blocks in addition to functions [DEPRECATED, removing in clan…