/llvm-project/clang/test/SemaObjC/ |
H A D | aarch64-sve-types.m | 7 @property(nullable) __SVInt8_t s8; // expected-error {{cannot be applied to non-pointer type}} 8 @property(nullable) __SVInt16_t s16; // expected-error {{cannot be applied to non-pointer type}} 9 @property(nullable) __SVInt32_t s32; // expected-error {{cannot be applied to non-pointer type}} 10 @property(nullable) __SVInt64_t s64; // expected-error {{cannot be applied to non-pointer type}} 12 @property(nullable) __SVUint8_t u8; // expected-error {{cannot be applied to non-pointer type}} 13 @property(nullable) __SVUint16_t u16; // expected-error {{cannot be applied to non-pointer type}} 14 @property(nullable) __SVUint32_t u32; // expected-error {{cannot be applied to non-pointer type}} 15 @property(nullable) __SVUint64_t u64; // expected-error {{cannot be applied to non-pointer type}} 17 @property(nullable) __SVFloat16_t f16; // expected-error {{cannot be applied to non-pointer type}} 18 @property(nullable) __SVFloat32_t f32; // expected-error {{cannot be applied t [all...] |
H A D | attr-swift-error.m | 24 … {{'__swift_error__' attribute with 'null_result' convention can only be applied to a method retur… 38 // expected-error@-4 {{can only be applied}} 43 // expected-error@-4 {{can only be applied}} 47 // expected-error@-1 {{'__swift_error__' attribute can only be applied to a method with an error pa… 49 // expected-error@-1 {{'__swift_error__' attribute can only be applied to a method with an error pa… 51 // expected-error@-1 {{'__swift_error__' attribute can only be applied to a method with an error pa… 53 // expected-error@-1 {{'__swift_error__' attribute can only be applied to a method with an error pa… 59 … {{'__swift_error__' attribute with 'null_result' convention can only be applied to a function ret… 78 …'__swift_error__' attribute with 'nonzero_result' convention can only be applied to a function ret… 80 … {{'__swift_error__' attribute with 'zero_result' convention can only be applied to a function ret… [all …]
|
H A D | block-omitted-return-type.m | 13 … //expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return… 16 …ull void { //expected-error {{nullability specifier '_Nonnull' cannot be applied to non-pointer ty… 19 … //expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return… 32 …/ expected-warning {{attribute '_Nullable' ignored, because it cannot be applied to omitted return… 33 …// expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return… 38 …// expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return…
|
H A D | externally-retained.m | 10 EXT_RET int a; // expected-warning{{'objc_externally_retained' can only be applied to}} 11 EXT_RET __weak ObjCTy *b; // expected-warning{{'objc_externally_retained' can only be applied to}} 12 …RET __weak int (^c)(void); // expected-warning{{'objc_externally_retained' can only be applied to}} 29 EXT_RET ObjCTy *test3; // expected-warning{{'objc_externally_retained' can only be applied to}}
|
/llvm-project/llvm/test/Verifier/ |
H A D | nofpclass.ll | 3 ; CHECK: 'nofpclass(nan)' applied to incompatible type! 9 ; CHECK: 'nofpclass(nan)' applied to incompatible type! 15 ; CHECK: 'nofpclass(zero)' applied to incompatible type! 19 ; CHECK: 'nofpclass(inf)' applied to incompatible type! 24 ; CHECK: 'nofpclass(nan)' applied to incompatible type! 26 ; CHECK-NEXT: 'nofpclass(zero)' applied to incompatible type! 32 ; CHECK: 'nofpclass(nan)' applied to incompatible type! 34 ; CHECK-NEXT: 'nofpclass(zero)' applied to incompatible type! 40 ; CHECK: 'nofpclass(nan)' applied to incompatible type! 42 ; CHECK-NEXT: 'nofpclass(zero)' applied to incompatible type! [all …]
|
H A D | elementtype.ll | 5 ; CHECK: Attribute 'elementtype(i32)' applied to incompatible type! 11 ; CHECK: Attribute 'elementtype' can only be applied to intrinsics and inline asm. 17 ; CHECK: Attribute 'elementtype' can only be applied to a callsite.
|
H A D | align.ll | 3 ; CHECK: Attribute 'align 4' applied to incompatible type! 9 ; CHECK: Attribute 'align 4' applied to incompatible type!
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | attr-trivial-abi.mm | 13 struct __attribute__((trivial_abi)) S2 { // expected-warning {{'trivial_abi' cannot be applied to '… 17 struct __attribute__((trivial_abi)) S3 { // expected-warning {{'trivial_abi' cannot be applied to '… 23 } __attribute__((trivial_abi)); // expected-warning {{'trivial_abi' cannot be applied to 'S3_2'}} e… 29 …) S5 : public virtual S4 { // expected-warning {{'trivial_abi' cannot be applied to 'S5'}} expecte… 39 struct __attribute__((trivial_abi)) S12 { // expected-warning {{'trivial_abi' cannot be applied to … 43 struct __attribute__((trivial_abi)) S13 { // expected-warning {{'trivial_abi' cannot be applied to … 47 struct __attribute__((trivial_abi)) S7 { // expected-warning {{'trivial_abi' cannot be applied to '… 51 struct __attribute__((trivial_abi)) S11 { // expected-warning {{'trivial_abi' cannot be applied to … 69 struct __attribute__((trivial_abi)) S10<id> { // expected-warning {{'trivial_abi' cannot be applied… 93 struct __attribute__((trivial_abi)) S17 { // expected-warning {{'trivial_abi' cannot be applied to … [all …]
|
/llvm-project/lld/test/ELF/ |
H A D | aarch64-adrp-ldr-got-symbols.s | 14 ## Symbol 'hidden_sym' is nonpreemptible, the relaxation should be applied. 18 ## Symbol 'global_sym' is preemptible, no relaxations should be applied. 22 ## Symbol 'undefined_sym' is undefined, no relaxations should be applied. 26 ## Symbol 'ifunc_sym' is STT_GNU_IFUNC, no relaxations should be applied. 30 ## Symbol 'abs_sym' is absolute, no relaxations should be applied. 38 ## Symbol 'global_sym' is nonpreemptible, the relaxation should be applied. 42 ## Symbol 'abs_sym' is absolute, relaxations may be applied in -no-pie mode.
|
H A D | aarch64-adrp-ldr-got.s | 11 ## Symbol 'x' is nonpreemptible, the relaxation should be applied. 16 ## ADRP contains a nonzero addend, no relaxations should be applied. 20 ## LDR contains a nonzero addend, no relaxations should be applied. 24 ## LDR and ADRP use different registers, no relaxations should be applied. 28 ## LDR and ADRP use different registers, no relaxations should be applied. 35 ## Symbol 'x' is nonpreemptible, the relaxation should be applied. 52 ## Relocations do not appear in pairs, no relaxations should be applied. 62 ## Relocations do not appear in pairs, no relaxations should be applied.
|
H A D | aarch64-adrp-add.s | 24 ## ADRP and ADD use different registers, no relaxations should be applied. 28 ## ADRP and ADD use different registers, no relaxations should be applied. 42 ## ADRP and ADD use different registers, no relaxations should be applied. 46 ## ADRP and ADD use different registers, no relaxations should be applied.
|
/llvm-project/clang-tools-extra/clangd/test/ |
H A D | request-reply.test | 21 {"jsonrpc":"2.0","id":0,"result":{"applied":false}} 24 # CHECK-NEXT: "message": "edits were not applied: unknown reason" 32 {"jsonrpc":"2.0","id":1,"result":{"applied":true}} 35 # CHECK-NEXT: "result": "Tweak applied." 38 {"jsonrpc":"2.0","id":"invalid","result":{"applied":true}}
|
/llvm-project/clang/test/SemaOpenCL/ |
H A D | invalid-kernel-attrs.cl | 11 …id kernel5() {} //expected-warning{{attribute 'vec_type_hint' is already applied with different ar… 15 …l7() {} //expected-warning{{attribute 'work_group_size_hint' is already applied with different ar… 17 …el8(){} // expected-error {{attribute 'reqd_work_group_size' can only be applied to an OpenCL kern… 19 …el9(){} // expected-error {{attribute 'work_group_size_hint' can only be applied to an OpenCL kern… 21 …d kernel10(){} // expected-error {{attribute 'vec_type_hint' can only be applied to an OpenCL kern… 37 …{} // expected-error {{attribute 'intel_reqd_sub_group_size' can only be applied to an OpenCL kern… 39 …{} //expected-warning{{attribute 'intel_reqd_sub_group_size' is already applied with different ar…
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructDecompositionT.h | 426 bool applied = false; in applyIf() 433 applied = true; 436 return applied; in applyToAll() 449 // given clause may be applied. If there are no such directives, or in applyClause() 454 // S the clause is applied to that specific construct. (p339, 31-33) in applyClause() 466 // (35) The collapse clause is applied once to the combined or composite in applyClause() 492 // (1) The effect of the 1 private clause is as if it is applied only to the in applyClause() 507 // (3) The effect of the firstprivate clause is as if it is applied to one or 524 // effect is not as if the firstprivate clause is applied to it by the above 526 // applied t 421 bool applied = false; applyIf() local 530 bool applied = false; applyClause() local 647 bool applied = false; applyClause() local 809 bool applied = applyIf(node, [&](const auto &leaf) { applyClause() local 885 bool applied = false; applyClause() local [all...] |
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | s_or_saveexec_xor_combine.mir | 13 # Ensure the transformation gets applied in the b32 case. 27 # Ensure the transformation gets applied in the b64 case. 41 # Ensure the transformation does get applied even if the operands are swapped. 55 # Ensure the transformation does get applied if source and dest operand for s_or_saveeexec are not equal. 69 # Ensure the transformation does not get applied if s_xor does not use the dest as input operand. 85 # Ensure the transformation does not get applied if the instructions don't appear sequentially.
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | SideEffectInterfaceBase.td | 11 // applied by an operation. 26 /// The resource that the associated effect is being applied to. 45 // A base interface used to query information about the side effects applied to 109 /// Return the effect of the given type `Effect` that is applied to the 174 /// The derived effect that is being applied. 177 /// The resource that the effect is being applied to. 188 // This class is the base used for specifying effects applied to an operation. 201 /// The derived effects being applied.
|
/llvm-project/clang/test/Parser/ |
H A D | cxx0x-keyword-attributes.cpp | 201 … expected-error {{'ATTR_NAME' cannot be applied to a declaration}} 208 … expected-error 3 {{'ATTR_NAME' cannot be applied to a declaration}} 242 … expected-error {{'ATTR_NAME' cannot be applied to a declaration}} in foo() 342 … expected-error {{'ATTR_NAME' cannot be applied to a base specifier}} 344 … expected-error {{'ATTR_NAME' cannot be applied to a base specifier}}
|
H A D | objc-implementation-attrs.m | 50 @implementation I6 @end // expected-note {{when applied to this declaration}} 51 @implementation I6 (MyCat) @end // expected-note {{when applied to this declaration}}
|
/llvm-project/mlir/test/Dialect/Linalg/ |
H A D | transform-op-specialize.mlir | 8 // expected-note @below {{when applied to this op}} 21 // expected-note @below {{when applied to this op}} 33 // expected-note @below {{when applied to this op}} 46 // expected-note @below {{when applied to this op}}
|
/llvm-project/llvm/test/CodeGen/SystemZ/ |
H A D | vec-or-02.ll | 20 ; ...and again with the XOR applied to the other operand of the AND. 48 ; ...and again with the XOR applied to the other operand of the AND. 73 ; ...and again with the XOR applied to the other operand of the AND. 97 ; ...and again with the XOR applied to the other operand of the AND.
|
/llvm-project/mlir/include/mlir/Dialect/EmitC/IR/ |
H A D | EmitC.td | 63 be applied. 86 can be applied to a single operand. 115 be applied. 134 (left shift) can be applied. 152 be applied. 170 can be applied. 189 (right shift) can be applied. 207 can be applied. 274 as a C-style cast expression. It can be applied to integer, float, index 298 can be applied [all...] |
/llvm-project/llvm/test/Assembler/ |
H A D | attribute-builtin.ll | 31 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite. 33 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite.
|
/llvm-project/libcxx/docs/DesignDocs/ |
H A D | ABIVersioning.rst | 14 frozen and new ABI-breaking changes will start being applied to version ``3``; 32 applied unconditionally.
|
H A D | NodiscardPolicy.rst |
|
/llvm-project/libcxx/docs/Status/ |
H A D | Cxx2c.rst |
|