| /llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/ |
| H A D | stats.ll | 19 ; CHECK: 1 function-attrs - Number of functions marked argmemonly 20 ; CHECK-NEXT: 1 function-attrs - Number of arguments marked nocapture 21 ; CHECK-NEXT: 1 function-attrs - Number of functions marked as nofree 22 ; CHECK-NEXT: 2 function-attrs - Number of functions marked as norecurse 23 ; CHECK-NEXT: 2 function-attrs - Number of functions marked as nosync 24 ; CHECK-NEXT: 2 function-attrs - Number of functions marked as nounwind 25 ; CHECK-NEXT: 1 function-attrs - Number of functions marked readonly 26 ; CHECK-NEXT: 1 function-attrs - Number of arguments marked readonly 27 ; CHECK-NEXT: 2 function-attrs - Number of functions marked as willreturn 28 ; CHECK-NEXT: 1 function-attrs - Number of functions marked writeonly
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | special-dep-unavail-warning.m | 6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un… 7 …ttribute__((deprecated)); // expected-note {{'depInA1' has been explicitly marked deprecated here}} 9 …ttribute__((deprecated)); // expected-note {{'depInA2' has been explicitly marked deprecated here}} 10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… 12 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}} 13 …ribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly marked deprecated here}} 18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… 19 - (void) depInA __attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked… 23 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}} 26 …ibute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly marked deprecated here}} [all …]
|
| H A D | attr-deprecated-replacement-fixit.m | 18 // expected-note@+1 {{has been explicitly marked deprecated here}} 22 // expected-note@+1 {{has been explicitly marked deprecated here}} 26 // expected-note@+1 {{has been explicitly marked deprecated here}} 30 // expected-note@+1 {{has been explicitly marked deprecated here}} 34 // expected-note@+1 {{has been explicitly marked deprecated here}} 38 // expected-note@+1 {{has been explicitly marked deprecated here}} 42 // expected-note@+1 {{has been explicitly marked deprecated here}} 49 // expected-note@+1 {{has been explicitly marked deprecated here}} 88 // expected-note@+1 {{has been explicitly marked deprecated here}} 91 // expected-note@+1 {{has been explicitly marked deprecated here}} [all …]
|
| H A D | warn-called-once.m | 54 callback(); // expected-warning{{'callback' parameter marked 'called_once' is called twice}} 129 // expected-warning@-1{{'callback' parameter marked 'called_once' is called twice}} 134 // expected-warning@-1{{'callback' parameter marked 'called_once' is never called}} 138 // expected-warning@-1{{'callback' parameter marked 'called_once' is never called}} 232 // alone when there is no actual declaration of the marked parameter. 274 // expected-warning@-1{{'inner' parameter marked 'called_once' is never called}} 284 outer(); // expected-warning{{'outer' parameter marked 'called_once' is called twice}} 528 // expected-warning@-1{{'callback' parameter marked 'called_once' is never called}} 719 // expected-warning@-1{{'callback' parameter marked 'called_once' is never called}} 736 // Conventions do not apply to explicitly marked parameters. [all …]
|
| H A D | property-deprecated-warning.m | 12 // expected-note@+2 {{'partialPtarget' has been marked as being introduced in iOS 5.0 here, but the… 27 // expected-note@+2 {{'setPartialTarget:' has been marked as being introduced in iOS 5.0 here, but … 40 … // expected-note 2 {{'setDep_target:' has been explicitly marked deprecated here}} 43 // expected-note@+3 2 {{'partial_dep_target' has been marked as being introduced in iOS 5.0 here, b… 44 // expected-note@+2 2 {{'setPartial_dep_target:' has been marked as being introduced in iOS 5.0 her… 104 // expected-note@+2 {{'partialIsEnabled' has been marked as being introduced in iOS 5.0 here, but t… 109 // expected-note@+2 {{'partialSetNewDelegate:' has been marked as being introduced in iOS 5.0 here,… 153 …tribute__ ((deprecated)); // expected-note 2 {{'setX:' has been explicitly marked deprecated here}} 154 - (int)x __attribute__ ((unavailable)); // expected-note {{'x' has been explicitly marked unavailab… 174 …ility(ios,deprecated=3.0))); // expected-note {{'size' has been explicitly marked deprecated here}} [all …]
|
| H A D | attr-availability-priority.m | 3 …availability(tvos, introduced=11.0, deprecated=12.0))); // expected-note {{marked deprecated here}} 4 …(availability(ios, introduced=11.0, deprecated=12.0))); // expected-note {{marked deprecated here}} 22 void explicitFromPragma(void); // expected-note {{marked deprecated here}} 24 …d) __attribute__((availability(ios, introduced=11.0))); // expected-note {{marked deprecated here}} 30 void implicitFromPragma(void); // expected-note {{marked deprecated here}} 39 void pragmaExplicitWinsOverPragmaImplicit(void); // expected-note {{marked deprecated here}}
|
| H A D | attr-deprecated.m | 5 …int X __attribute__((deprecated)); // expected-note 2 {{'X' has been explicitly marked deprecated … 7 + (void)F __attribute__((deprecated)); // expected-note 2 {{'F' has been explicitly marked deprecat… 8 - (void)f __attribute__((deprecated)); // expected-note 5 {{'f' has been explicitly marked deprecat… 46 - (void)p __attribute__((deprecated)); // expected-note {{'p' has been explicitly marked deprecated… 86 __attribute ((deprecated)) // expected-note {{'DEPRECATED' has been explicitly marked deprecated he… 120 // expected-note {{'setTest2:' has been explicitly marked deprecated here}} 144 } footype __attribute((deprecated)); // expected-note 2 {{'footype' has been explicitly marked depr… 159 …__((deprecated("blah"))); // expected-note 4 {{'DeprI' has been explicitly marked deprecated here}} 214 expected-note {{'setObject:' has been explicitly marked deprecated here}} \ 302 typedef struct {} S1 __attribute__((unavailable)); // expected-note2{{marked unavailable here}} [all …]
|
| H A D | protocol-attribute.m | 4 @protocol FwProto; // expected-note{{marked unavailable}} 9 …d)) @protocol MyProto1 // expected-note 7 {{'MyProto1' has been explicitly marked deprecated here}} 36 @protocol FwProto @end // expected-note{{marked unavailable}} 41 __attribute ((unavailable)) __attribute ((deprecated)) @protocol XProto; // expected-note{{marked u…
|
| H A D | attr-availability.m | 8 // expected-note@+2 2 {{'partial_proto_method' has been marked as being introduced in macOS 10.8 he… 16 // expected-note@+2 2 {{'partialMethod' has been marked as being introduced in macOS 10.8 here, but… 140 // expected-note@+3{{'partialMethod' has been marked as being introduced in macOS 10.8 here, but th… 141 // expected-note@+3{{'partialMethod' has been marked as being introduced in macOS 10.8 here, but th… 150 // expected-note@+2 {{'ipartialMethod2' has been marked as being introduced in macOS 10.8 here, but… 155 // expected-note@+2 {{'ipartialMethod2' has been marked as being introduced in macOS 10.8 here, but… 193 // expected-note@+2 2 {{'PartialI2' has been marked as being introduced in macOS 10.8 here, but the… 218 enum MyEnum : int { // expected-note {{'MyEnum' has been explicitly marked unavailable here}} 219 …MyEnum_Blah UNAVAILABLE, // expected-note {{'MyEnum_Blah' has been explicitly marked unavailable h… 233 …ibute__((unavailable)); // expected-note 4{{'methodB' has been explicitly marked unavailable here}} [all …]
|
| H A D | method-sentinel-attr.m | 8 - (void) foo1 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel her… 10 …tribute__ ((__sentinel__(1))); // expected-note {{method has been explicitly marked sentinel here}} 11 …tribute__ ((__sentinel__(5))); // expected-note {{method has been explicitly marked sentinel here}} 12 …tribute__ ((__sentinel__(0))); // expected-note {{method has been explicitly marked sentinel here}} 17 - (void) foo12 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel he…
|
| H A D | unguarded-availability.m | 8 typedef int AVAILABLE_10_12 new_int; // expected-note + {{'new_int' has been marked as being introd… 10 int func_10_11(void) AVAILABLE_10_11; // expected-note 8 {{'func_10_11' has been marked as being in… 13 // expected-note@+2 6 {{'func_10_12' has been marked as being introduced in macOS 10.12 here, but t… 15 int func_10_12(void) AVAILABLE_10_12; // expected-note 7 {{'func_10_12' has been marked as being in… 64 typedef int int_10_11 AVAILABLE_10_11; // expected-note {{'int_10_11' has been marked as being intr… 66 // expected-note@+2 {{'int_10_12' has been marked as being introduced in macOS 10.12 here, but the … 68 typedef int int_10_12 AVAILABLE_10_12; // expected-note 2 {{'int_10_12' has been marked as being in… 150 @interface InterWithProp // expected-note 2 {{'InterWithProp' has been marked as being introduced i… 152 + (void) setX: (int)newX AVAILABLE_10_12; // expected-note{{'setX:' has been marked as being introd… 314 @protocol NewProtocol // expected-note {{'NewProtocol' has been marked as being introduced in macOS… [all …]
|
| H A D | override-opt-prop-availability.m | 10 …ute__((availability(ios, introduced=12.0))); // expected-note {{has been marked as being introduce… 25 …e__((availability(ios, introduced=13.0))); // expected-note 2 {{has been marked as being introduce… 29 …hod it implements on iOS (12.0 vs. 10.0)}} expected-note {{been explicitly marked deprecated here}} 31 …os, introduced=8.0, obsoleted=10.0))); // expected-note {{been explicitly marked unavailable here}}
|
| H A D | unguarded-availability-maccatalyst.m | 18 // expected-note@-2 {{'willBeAvailabile' has been marked as being introduced in macCatalyst 14.1 he… 26 // expected-note@-2 {{'Record' has been marked as being introduced in macCatalyst 14.1 here, but th… 59 // expected-note@-2 {{'willBeAvailabileIOS' has been marked as being introduced in macCatalyst 14.1… 80 // expected-note@-2 {{'Record2' has been marked as being introduced in macCatalyst 14.1 here, but t…
|
| H A D | attr-availability-1.m | 11 …eprecated=10_2))); // expected-note 2 {{'proto_method' has been explicitly marked deprecated here}} 15 …d=10_1,deprecated=10_2))); // expected-note {{'method' has been explicitly marked deprecated here}} 47 …d=10_1,deprecated=10_2))); // expected-note {{'method' has been explicitly marked deprecated here}} 109 …troduced=NA))); // expected-note {{'interface_method' has been explicitly marked unavailable here}} 110 …eprecated=NA))); // expected-note {{'strange_method' has been explicitly marked unavailable here}}
|
| H A D | objc-container-subscripting-attr.m | 6 …le)); // expected-note 2 {{'objectForKeyedSubscript:' has been explicitly marked unavailable here}} 7 …)); // expected-note {{'setObject:forKeyedSubscript:' has been explicitly marked unavailable here}}
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | thinlto-function-summary-functionattrs.ll | 5 ; ensure @f is marked readnone 7 ; ensure @g is marked readonly 9 ; ensure @h is marked norecurse 11 ; ensure @i is marked returndoesnotalias
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | block-capture.mm | 23 ConstCopyOnly(ConstCopyOnly &) = delete; // cxx98-note {{marked deleted here}} 31 NonConstCopyOnly(const NonConstCopyOnly &) = delete; // cxx11_2b-note {{marked deleted here}} 38 CopyNoMove(CopyNoMove &&) = delete; // cxx98_2b-note {{marked deleted here}} 52 NoCopyNoMove(NoCopyNoMove &&) = delete; // cxx98_2b-note {{marked deleted here}} 74 operator X() && = delete; // cxx98_2b-note {{marked deleted here}}
|
| /llvm-project-15.0.7/mlir/test/Conversion/SPIRVToLLVM/ |
| H A D | spirv-types-to-llvm-invalid.mlir | 3 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}} 10 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}} 17 // expected-error@+1 {{failed to legalize operation 'spv.func' that was explicitly marked illegal}}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | attr-dontcall.ll | 23 ; CHECK: error: call to foo marked "dontcall-error": e 24 ; CHECK: warning: call to foo2 marked "dontcall-warn": w 25 ; CHECK: warning: call to foo3 marked "dontcall-warn"{{$}}
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_local.c | 120 isl_bool marked; in isl_local_div_is_known() local 128 marked = isl_local_div_is_marked_unknown(local, pos); in isl_local_div_is_known() 129 if (marked < 0 || marked) in isl_local_div_is_known() 130 return isl_bool_not(marked); in isl_local_div_is_known()
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | test-legalize-erased-op-with-uses.mlir | 3 // Test that an error is emitted when an operation is marked as "erased", but 6 // expected-error@below {{failed to legalize operation 'test.illegal_op_a' marked as erased}}
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/performance/ |
| H A D | noexcept-move-constructor.rst | 8 marked with ``noexcept`` or marked with ``noexcept(expr)`` where ``expr``
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-suggest-destructor-override | 20 // expected-warning@-1 {{'~D' overrides a destructor but is not marked 'override'}} 26 // expected-warning@-1 {{'~E' overrides a destructor but is not marked 'override'}}
|
| H A D | warn-inconsistent-missing-destructor-override | 25 // expected-warning@-1 {{'~D' overrides a destructor but is not marked 'override'}} 32 // expected-warning@-1 {{'~E' overrides a destructor but is not marked 'override'}}
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | VisibilityMacros.rst | 38 **Windows Behavior**: Any symbol marked `dllimport` cannot be overridden 41 locally overridable, and therefore must not be marked `dllimport`. On Windows, 111 explicit instantiations themselves are marked as exported. Note that this 128 is intended specifically for method templates of either classes marked with 130 declaration marked with `_LIBCPP_EXTERN_TEMPLATE_TYPE_VIS`. 140 either marked `_LIBCPP_TYPE_VIS` or with extern template instantiation 141 declarations marked with `_LIBCPP_EXTERN_TEMPLATE_TYPE_VIS` also get default 148 Consequently, all such problematic method templates are explicitly marked
|