Searched refs:applies (Results 1 – 25 of 1712) sorted by relevance
12345678910>>...69
/external/clang/test/SemaObjC/ |
D | attr-cf_returns.m | 13 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 …]
|
D | attr-malloc.m | 4 - (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}}
|
D | attr-objc-gc.m | 10 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…
|
D | objc-asm-attribute-neg-test.m | 18 …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…
|
D | attr-objc-exception.m | 11 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies… 14 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | attr-cf_returns.m | 13 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 …]
|
D | dllexport.m | 4 // expected-warning@-1{{'dllexport' attribute only applies to functions, variables, classes, and Ob… 6 // expected-warning@-1{{'dllexport' attribute only applies to}} 8 // expected-warning@-1{{'dllexport' attribute only applies to}} 10 // expected-warning@-1{{'dllexport' attribute only applies to}} 12 // expected-warning@-1{{'dllexport' attribute only applies to}} 14 // expected-warning@-1{{'dllexport' attribute only applies to}}
|
D | dllimport.m | 4 // expected-warning@-1{{'dllimport' attribute only applies to functions, variables, classes, and Ob… 6 // expected-warning@-1{{'dllimport' attribute only applies to}} 8 // expected-warning@-1{{'dllimport' attribute only applies to}} 10 // expected-warning@-1{{'dllimport' attribute only applies to}} 12 // expected-warning@-1{{'dllimport' attribute only applies to}} 14 // expected-warning@-1{{'dllimport' attribute only applies to}}
|
D | attr-malloc.m | 4 - (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}}
|
D | objc-asm-attribute-neg-test.m | 18 …space.Message"))) // expected-error {{'objc_runtime_name' attribute only applies to Objective-C in… 24 …"MySecretNamespace.Message"))); // expected-error {{'objc_runtime_name' attribute only applies to}} 26 …"MySecretNamespace.Message"))); // expected-error {{'objc_runtime_name' attribute only applies to}} 37 // expected-error@+1 {{'objc_runtime_name' attribute only applies to Objective-C interfaces and Obj… 48 // expected-error@+1 {{'objc_runtime_name' attribute only applies to Objective-C interfaces and Obj…
|
D | attr-objc-gc.m | 10 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…
|
D | attr-objc-non-lazy.m | 9 …y_class)) int X; // expected-error {{'objc_nonlazy_class' attribute only applies to Objective-C in… 23 __attribute__((objc_nonlazy_class)) // expected-error {{'objc_nonlazy_class' attribute only applies… 27 __attribute__((objc_nonlazy_class)) // expected-error {{'objc_nonlazy_class' attribute only applies…
|
D | attr-objc-exception.m | 11 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies… 14 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies…
|
D | format-arg-attribute.m | 12 …e__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to Objective-C me… 13 …; } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to}} 14 …V0 } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to}}
|
/external/arm-trusted-firmware/docs/design/ |
D | cpu-specific-build-macros.rst | 71 - ``ERRATA_A9_794073``: This applies errata 794073 workaround to Cortex-A9 76 - ``ERRATA_A15_816470``: This applies errata 816470 workaround to Cortex-A15 79 - ``ERRATA_A15_827671``: This applies errata 827671 workaround to Cortex-A15 84 - ``ERRATA_A17_852421``: This applies errata 852421 workaround to Cortex-A17 87 - ``ERRATA_A17_852423``: This applies errata 852423 workaround to Cortex-A17 92 - ``ERRATA_A35_855472``: This applies errata 855472 workaround to Cortex-A35 97 - ``ERRATA_A53_819472``: This applies errata 819472 workaround to all 100 - ``ERRATA_A53_824069``: This applies errata 824069 workaround to all 103 - ``ERRATA_A53_826319``: This applies errata 826319 workaround to Cortex-A53 106 - ``ERRATA_A53_827319``: This applies errata 827319 workaround to all [all …]
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | dllexport.mm | 4 // expected-warning@-1{{'dllexport' attribute only applies to functions, variables, classes, and Ob… 6 // expected-warning@-1{{'dllexport' attribute only applies to functions, variables, classes, and Ob… 8 // expected-warning@-1{{'dllexport' attribute only applies to functions, variables, classes, and Ob… 10 // expected-warning@-1{{'dllexport' attribute only applies to functions, variables, classes, and Ob… 12 // expected-warning@-1{{'dllexport' attribute only applies to functions, variables, classes, and Ob… 15 // expected-warning@-1{{'dllexport' attribute only applies to functions, variables, classes, and Ob…
|
D | dllimport.mm | 4 // expected-warning@-1{{'dllimport' attribute only applies to functions, variables, classes, and Ob… 6 // expected-warning@-1{{'dllimport' attribute only applies to functions, variables, classes, and Ob… 8 // expected-warning@-1{{'dllimport' attribute only applies to functions, variables, classes, and Ob… 10 // expected-warning@-1{{'dllimport' attribute only applies to functions, variables, classes, and Ob… 12 // expected-warning@-1{{'dllimport' attribute only applies to functions, variables, classes, and Ob… 15 // expected-warning@-1{{'dllimport' attribute only applies to functions, variables, classes, and Ob…
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | amdgpu-attrs.cl | 3 …32_64 { // expected-error {{'amdgpu_flat_work_group_size' attribute only applies to kernel functio… 7 …aves_per_eu_2 { // expected-error {{'amdgpu_waves_per_eu' attribute only applies to kernel functio… 11 …es_per_eu_2_4 { // expected-error {{'amdgpu_waves_per_eu' attribute only applies to kernel functio… 15 …truct_num_sgpr_32 { // expected-error {{'amdgpu_num_sgpr' attribute only applies to kernel functio… 19 …truct_num_vgpr_64 { // expected-error {{'amdgpu_num_vgpr' attribute only applies to kernel functio… 24 …64() {} // expected-error {{'amdgpu_flat_work_group_size' attribute only applies to kernel functio… 25 …s_per_eu_2() {} // expected-error {{'amdgpu_waves_per_eu' attribute only applies to kernel functio… 26 …per_eu_2_4() {} // expected-error {{'amdgpu_waves_per_eu' attribute only applies to kernel functio… 27 …nc_num_sgpr_32() {} // expected-error {{'amdgpu_num_sgpr' attribute only applies to kernel functio… 28 …nc_num_vgpr_64() {} // expected-error {{'amdgpu_num_vgpr' attribute only applies to kernel functio…
|
D | invalid-kernel-attrs.cl | 23 …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}}
|
D | convergent.cl | 7 …ttribute__((convergent))); // expected-warning {{'convergent' attribute only applies to functions}} 10 …int var1 __attribute__((convergent)); // expected-warning {{'convergent' attribute only applies to…
|
/external/clang/test/SemaOpenCL/ |
D | invalid-kernel-attrs.cl | 23 …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}}
|
/external/llvm-project/clang/test/Parser/ |
D | objc-implementation-attrs.m | 5 // expected-warning@+1 {{'always_inline' attribute only applies to functions}} 9 // expected-warning@+1 {{'always_inline' attribute only applies to functions}} 13 // expected-warning@+1 {{'always_inline' attribute only applies to functions}} 18 // expected-error@+1 {{only applies to Objective-C interfaces}}
|
/external/clang/test/CodeGenObjC/ |
D | objc-asm-attribute-neg-test.m | 10 …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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ParallelMapDatasetV2.pbtxt | 11 summary: "Creates a dataset that applies `f` to the outputs of `input_dataset`." 13 Unlike a "MapDataset", which applies `f` sequentially, this dataset invokes up
|
D | api_def_ParallelMapDataset.pbtxt | 11 summary: "Creates a dataset that applies `f` to the outputs of `input_dataset`." 13 Unlike a "MapDataset", which applies `f` sequentially, this dataset invokes up
|
12345678910>>...69