Home
last modified time | relevance | path

Searched refs:applies (Results 1 – 25 of 777) sorted by relevance

12345678910>>...32

/external/clang/test/SemaObjC/
Dattr-cf_returns.m13 int x CF_RETURNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to fun…
14 …_RETAINED; // expected-warning{{'cf_returns_not_retained' attribute only applies to functions, met…
18 …URNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to functions that…
19 …URNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to functions that…
25 …URNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to methods that r…
26 …URNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to methods that r…
31 …URNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to properties tha…
32 …URNS_RETAINED; // expected-warning{{'cf_returns_retained' attribute only applies to properties tha…
38 …URNS_RETAINED, // expected-warning{{'cf_returns_retained' attribute only applies to pointer-to-CF-…
39 …URNS_RETAINED, // expected-warning{{'cf_returns_retained' attribute only applies to pointer-to-CF-…
[all …]
Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
13 __attribute((malloc)) id (*f)(); // expected-warning {{attribute only applies to functions}}
14 __attribute((malloc)) bptr (*g)(); // expected-warning {{attribute only applies to functions}}
15 __attribute((malloc)) void *(^h)(); // expected-warning {{attribute only applies to functions}}
Dattr-objc-gc.m10 static int __attribute__((objc_gc(weak))) g; // expected-warning {{'objc_gc' only applies to pointe…
12 static __weak int h; // expected-warning {{'__weak' only applies to Objective-C object or block poi…
16 static WEAK int h; // expected-warning {{'objc_ownership' only applies to Objective-C object or blo…
18 /* expected-warning {{'__weak' only applies to Objective-C object or block pointer types; type here…
Dobjc-asm-attribute-neg-test.m18 …space.Message"))) // expected-error {{'objc_runtime_name' attribute only applies to interface or p…
24 …pace.Message"))); // expected-error {{'objc_runtime_name' attribute only applies to interface or p…
26 …pace.Message"))); // expected-error {{'objc_runtime_name' attribute only applies to interface or p…
Dattr-objc-exception.m11 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies
14 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies
Dformat-arg-attribute.m12 …e__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to non-K&R-style …
13 …e__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to non-K&R-style …
14 …te__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to non-K&R-style …
Dibaction.m7 …)) myClassMethod:(id)msg; // expected-warning{{'ibaction' attribute only applies to Objective-C in…
12 … myClassMethod:(id)msg {} // expected-warning{{'ibaction' attribute only applies to Objective-C in…
Dattr-designated-init.m6 void fnfoo(void) NS_DESIGNATED_INITIALIZER; // expected-error {{only applies to init methods of int…
9 -(id)init NS_DESIGNATED_INITIALIZER; // expected-error {{only applies to init methods of interface …
14 -(void)meth NS_DESIGNATED_INITIALIZER; // expected-error {{only applies to init methods of interfac…
16 +(id)init NS_DESIGNATED_INITIALIZER; // expected-error {{only applies to init methods of interface …
20 -(id)init2 NS_DESIGNATED_INITIALIZER; // expected-error {{only applies to init methods of interface…
29 -(id)init NS_DESIGNATED_INITIALIZER { return 0; } // expected-error {{only applies to init methods …
32 -(id)init4 NS_DESIGNATED_INITIALIZER { return 0; } // expected-error {{only applies to init methods…
429 - (instancetype)init NS_DESIGNATED_INITIALIZER; // expected-error{{only applies to init methods of …
Dblock-omitted-return-type.m35 // expected-warning {{'align_value' attribute only applies to variables and typedefs}}
40 // expected-warning {{'align_value' attribute only applies to variables and typedefs}}
Darc-no-runtime.m6 …__weak void *v; // expected-warning {{'__weak' only applies to Objective-C object or block pointer…
Darc-property-lifetime.m175 …inter)); // expected-error {{'objc_returns_inner_pointer' attribute only applies to methods and pr…
177 …ter)); // expected-warning {{'objc_returns_inner_pointer' attribute only applies to properties tha…
178 …ter)); // expected-warning {{'objc_returns_inner_pointer' attribute only applies to methods that r…
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-attrs.cl23 …ze(8,16,32))) = 0; // expected-error {{'reqd_work_group_size' attribute only applies to functions}}
25 …nt(8,16,32))) = 0; // expected-error {{'work_group_size_hint' attribute only applies to functions}}
27 …ec_type_hint(char))) = 0; // expected-error {{'vec_type_hint' attribute only applies to functions}}
29 …2d_t( kernel image2d_t image ) { // expected-error {{'kernel' attribute only applies to functions}}
30 int __kernel x; // expected-error {{'__kernel' attribute only applies to functions}}
Damdgpu-num-register-attrs.cl3 … struct FooStruct { // expected-error {{'amdgpu_num_vgpr' attribute only applies to kernel functio…
13 …0))) void foo4() {} // expected-error {{'amdgpu_num_vgpr' attribute only applies to kernel functio…
14 …4))) void foo5() {} // expected-error {{'amdgpu_num_sgpr' attribute only applies to kernel functio…
Dnosvm.cl13 __attribute__((nosvm)) void g(); // expected-warning {{'nosvm' attribute only applies to variables}}
/external/clang/test/CodeGenObjC/
Dobjc-asm-attribute-neg-test.m10 …space.Message"))) // expected-error {{'objc_runtime_name' attribute only applies to interface or p…
16 …pace.Message"))); // expected-error {{'objc_runtime_name' attribute only applies to interface or p…
18 …pace.Message"))); // expected-error {{'objc_runtime_name' attribute only applies to interface or p…
/external/llvm/test/Verifier/
Dswifterror.ll27 ; CHECK: Attribute 'swifterror' only applies to parameters with pointer type!
30 ; CHECK: Attribute 'swifterror' only applies to parameters with pointer to pointer type!
Dalign-md.ll10 ; CHECK: align applies only to load instructions
18 ; CHECK: align applies only to pointer types
/external/icu/icu4c/source/data/translit/
Dru_zh.txt47 ## иа → я; ## TODO: Figure out if/when this applies.
467 ## $not_vowel { л → 勒 ; ## FIXME: Figure out if/when this applies.
595 ## $not_vowel { р → 勒 ; ## FIXME: Figure out if/when this applies.
/external/protobuf/src/google/protobuf/
Dfield_mask.proto88 // operation applies to all fields (as if a FieldMask of all fields
93 // field mask applies directly to the response, but in case of a REST
94 // list operation, the mask instead applies to each individual message
96 // other definitions may be used. Where the mask applies will be
116 // If a field mask is not present on update, the operation applies to
/external/fmtlib/doc/bootstrap/mixins/
Dresize.less5 overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
/external/v8/src/third_party/valgrind/
DLICENSE3 Notice that the following BSD-style license applies to this one
49 Notice that the above BSD-style license applies to this one file
/external/clang/test/Parser/
Dobjcxx11-attributes.mm16 int b[ [noreturn] ]; // expected-error {{'noreturn' attribute only applies to functions}}
21 …/ expected-error {{expected ']'}} expected-error {{'noreturn' attribute only applies to functions}}
/external/python/cpython2/Modules/_ctypes/darwin/
DREADME.ctypes4 The LICENSE in this directory applies to these files.
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dcopyright19 ** NOTE! The following LGPL license applies to the tdb
/external/v8/
DCODE_OF_CONDUCT.md6 applies to our repos and organizations, mailing lists, blog content, and any

12345678910>>...32