| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_flags.inc | 27 "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 D | attr-deprecated-replacement-fixit.m | 15 #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 D | attr-deprecated.m | 86 __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 D | special-dep-unavail-warning.m | 47 __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 D | use-trailing-return-type.cpp | 390 #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 D | objcmt-atomic-property.m | 9 #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 D | objcmt-atomic-property.m.result | 9 #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 D | objcmt-ns-nonatomic-iosonly.m | 9 #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 D | objcmt-property.m | 9 #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 D | objcmt-property.m.result | 9 #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 D | objcmt-ns-nonatomic-iosonly.m.result | 9 #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 D | objcmt-ns-macros.m | 20 #define DEPRECATED __attribute__((deprecated)) macro 131 typedef NSUInteger D_NSBitmapImageFileType DEPRECATED; typedef 136 } D_NSTickMarkPosition DEPRECATED; typedef
|
| H A D | objcmt-ns-macros.m.result | 20 #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 D | Opts.td | 20 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 D | macro-usage.cpp | 38 #define DEPRECATED attribute((deprecated)) macro
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_flags.inc | 20 "DEPRECATED. Use exitcode from common flags instead.")
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | macro-usage.rst | 22 #define DEPRECATED attribute((deprecated))
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_cursor.py | 469 self.assertEqual(cursor.availability, AvailabilityKind.DEPRECATED)
|
| /llvm-project-15.0.7/compiler-rt/cmake/Modules/ |
| H A D | CompilerRTUtils.cmake | 290 "You are not using the monorepo layout. This configuration is DEPRECATED.")
|
| /llvm-project-15.0.7/clang/bindings/python/clang/ |
| H A D | cindex.py | 1984 AvailabilityKind.DEPRECATED = AvailabilityKind(1)
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Options.td | 982 def grp_deprecated : OptionGroup<"deprecated">, HelpText<"DEPRECATED">;
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangCommandLineReference.rst | 2751 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 D | Options.td | 2049 …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…
|