Home
last modified time | relevance | path

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

12345678910>>...50

/external/llvm-project/clang/test/SemaObjC/
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 to non-pointer type}}
[all …]
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 …]
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…
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 …EXT_RET __weak int (^c)(); // 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}}
/external/llvm-project/llvm/utils/benchmark/
DREADME.LLVM13 is applied on top of the v1.4.1 to silence compiler warnings
15 is applied to comply with the LLVM's required CMake version
17 is applied to fix 32-bit build failure on macOS
19 is applied to fix cross compilation with MinGW headers
21 is applied to fix building with MinGW headers for ARM
23 is applied to disable exceptions in Microsoft STL when exceptions are disabled
27 is applied on top of v1.4.1 to add RISC-V timer support.
29 is applied on top of v1.4.1 to fix cross-build from linux to windows via MinGW.
33 are applied on top of the previous cherrypick to fix timestamp-related inline
37 is applied to add the CycleTimer implementation for M680x0
[all …]
/external/llvm-project/clang/test/SemaObjCXX/
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 …]
/external/clang/test/SemaObjC/
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…
/external/llvm-project/libcxx/utils/google-benchmark/
DREADME.LLVM10 is applied on top of
14 is applied on top of
20 are applied on top of
26 is applied to add the CycleTimer implementation for M680x0
28 is applied to rename 'mftbl' to 'mftb'.
/external/llvm-project/clang-tools-extra/clangd/test/
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}}
/external/llvm-project/clang/test/SemaOpenCL/
Dinvalid-kernel-attrs.cl11 …id kernel5() {} //expected-warning{{attribute 'vec_type_hint' is already applied with different pa…
15 …l7() {} //expected-warning{{attribute 'work_group_size_hint' is already applied with different pa…
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 pa…
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-attrs.cl11 …id kernel5() {} //expected-warning{{attribute 'vec_type_hint' is already applied with different pa…
15 …l7() {} //expected-warning{{attribute 'work_group_size_hint' is already applied with different pa…
17 … kernel8(){} // expected-error {{attribute 'reqd_work_group_size' can only be applied to a kernel}}
19 … kernel9(){} // expected-error {{attribute 'work_group_size_hint' can only be applied to a kernel}}
21 …) void kernel10(){} // expected-error {{attribute 'vec_type_hint' can only be applied to a kernel}}
/external/rust/crates/pin-project/tests/ui/pin_project/
Dpacked-enum.stderr1 error[E0517]: attribute should be applied to a struct or union
11 error[E0517]: attribute should be applied to a struct or union
21 error[E0517]: attribute should be applied to a struct or union
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/
Dutil.py50 applied = list(args)
56 applied[i] = wrap(arg)
59 yield tuple(applied)
/external/deqp-deps/glslang/Test/baseResults/
Dvulkan.vert.out15 ERROR: 0:12: 'constant_id' : can only be applied to a scalar
18 ERROR: 0:13: 'constant_id' : can only be applied to 'const'-qualified scalar
19 ERROR: 0:13: 'constant_id' : cannot be applied to this type
21 ERROR: 0:15: 'constant_id' : can only be applied to a scalar
54 ERROR: 0:77: 'constant_id' : can only be applied to 'const'-qualified scalar
55 ERROR: 0:77: 'constant_id' : can only be applied to a scalar
Dspv.ext.RayPrimCull_Errors.rgen.out4 ERROR: 0:6: 'primitive_culling' : can only be applied as standalone
5 ERROR: 0:7: 'primitive_culling' : can only be applied as standalone
/external/llvm-project/mlir/include/mlir/Interfaces/
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
153 /// The derived effect that is being applied.
156 /// The resource that the effect is being applied to.
160 // This class is the base used for specifying effects applied to an operation.
173 /// The derived effects being applied.
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/
DReference_dumpDomains2 - ConfigurableDomain: Domain_0_1 = {Sequence aware: no, Last applied configuration: <none>}
4 - ConfigurableDomain: Domain_1_2 = {Sequence aware: no, Last applied configuration: <none>}
/external/iproute2/tipc/
Dlink.c587 static void link_mon_print_applied(uint16_t applied, uint64_t up_map) in link_mon_print_applied() argument
592 for (i = 0; i < applied; i++) { in link_mon_print_applied()
605 static void link_mon_print_non_applied(uint16_t applied, uint16_t member_cnt, in link_mon_print_non_applied() argument
612 for (i = applied; i < member_cnt; i++) { in link_mon_print_non_applied()
616 if (i != applied) in link_mon_print_non_applied()
648 uint32_t applied; in link_mon_peer_list_cb() local
674 applied = mnl_attr_get_u32(attrs[TIPC_NLA_MON_PEER_APPLIED]); in link_mon_peer_list_cb()
676 if (!applied) in link_mon_peer_list_cb()
686 link_mon_print_applied(applied, up_map); in link_mon_peer_list_cb()
688 link_mon_print_non_applied(applied, member_cnt, up_map, in link_mon_peer_list_cb()
/external/angle/doc/
D64BitSafety.md10 compiler directories, as the fixes will be applied by the patch utility as part
15 safety fixes are applied.
/external/llvm/test/CodeGen/SystemZ/
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.
/external/llvm-project/llvm/test/CodeGen/SystemZ/
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.
/external/icu/
DREADME.android9 icu4j/ - ICU4J with Google and Android-specific patches applied.
22 icu4c/ - ICU4C with Google and Android-specific patches applied.
/external/fonttools/Tests/feaLib/data/
Dspec4h2.fea12 # start of default rules that are applied under all language systems.
23 # end of default rules that are applied under all language systems.
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dworkgroups.fbs27 // Shader has to cover exactly these nodes to have workgroup size applied.
33 // if set, workgroups are applied only if mobile gpu info matches.
/external/llvm-project/clang/test/Parser/
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}}

12345678910>>...50