Home
last modified time | relevance | path

Searched refs:applied (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/llvm-project/clang/test/SemaObjC/
H A Daarch64-sve-types.m7 @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 Dattr-swift-error.m24 … {{'__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 Dblock-omitted-return-type.m13 … //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 Dexternally-retained.m10 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 Dnofpclass.ll3 ; 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 Delementtype.ll5 ; 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 Dalign.ll3 ; CHECK: Attribute 'align 4' applied to incompatible type!
9 ; CHECK: Attribute 'align 4' applied to incompatible type!
/llvm-project/clang/test/SemaObjCXX/
H A Dattr-trivial-abi.mm13 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 Daarch64-adrp-ldr-got-symbols.s14 ## 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 Daarch64-adrp-ldr-got.s11 ## 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 Daarch64-adrp-add.s24 ## 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 Drequest-reply.test21 {"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 Dinvalid-kernel-attrs.cl11 …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 DConstructDecompositionT.h426 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 Ds_or_saveexec_xor_combine.mir13 # 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 DSideEffectInterfaceBase.td11 // 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 Dcxx0x-keyword-attributes.cpp201 … 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 Dobjc-implementation-attrs.m50 @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 Dtransform-op-specialize.mlir8 // 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 Dvec-or-02.ll20 ; ...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 DEmitC.td63 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 Dattribute-builtin.ll31 ; 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 DABIVersioning.rst14 frozen and new ABI-breaking changes will start being applied to version ``3``;
32 applied unconditionally.
H A DNodiscardPolicy.rst
/llvm-project/libcxx/docs/Status/
H A DCxx2c.rst

12345678910>>...17