Searched refs:synthesized (Results 1 – 25 of 42) sorted by relevance
12
/external/clang/test/SemaObjC/ |
D | atomoic-property-synnthesis-rules.m | 11 warning: Atomic property 'x' has a synthesized setter and a 13 warning: Atomic property 'x' has a synthesized getter and a 243 GET(Get) // expected-warning {{writable atomic property 'Get' cannot pair a synthesized setter/gett… 244 SET(Set) // expected-warning {{writable atomic property 'Set' cannot pair a synthesized setter/gett… 261 …-warning {{writable atomic property 'Get_ReadWriteInExt' cannot pair a synthesized setter/getter w… 262 …-warning {{writable atomic property 'Set_ReadWriteInExt' cannot pair a synthesized setter/getter w… 271 …-warning {{writable atomic property 'Get_LateSynthesize' cannot pair a synthesized setter/getter w… 272 …-warning {{writable atomic property 'Set_LateSynthesize' cannot pair a synthesized setter/getter w… 289 …able atomic property 'Get_ReadWriteInExt_LateSynthesize' cannot pair a synthesized setter/getter w… 290 …able atomic property 'Set_ReadWriteInExt_LateSynthesize' cannot pair a synthesized setter/getter w… [all …]
|
D | arc-decls.m | 58 @synthesize newFoo; // expected-error {{property's synthesized getter follows Cocoa naming conventi… 59 @synthesize copyBar; // expected-error {{property's synthesized getter follows Cocoa naming convent… 60 @synthesize allocBaz; // expected-error {{property's synthesized getter follows Cocoa naming conven…
|
D | property.m | 19 @synthesize d1; // expected-error {{synthesized property 'd1' must either be named the same as}} 21 @synthesize prop_id; // expected-error {{synthesized property 'prop_id' must either be named the sa…
|
D | direct-synthesized-ivar-access.m | 12 - (int) Meth { return IVAR; } // expected-warning {{direct access of synthesized ivar by using prop…
|
D | ivar-sem-check-2.m | 19 @synthesize value1=value; // expected-error {{synthesized properties 'value1' and 'value' both clai…
|
D | property-impl-misuse.m | 15 @synthesize Z=Y; // expected-error {{synthesized properties 'Z' and 'Y' both claim ivar 'Y'}}
|
D | default-synthesize.m | 106 // Don't complain if a property is already @synthesized by usr.
|
/external/clang/test/Analysis/ |
D | PR2978.m | 36 @synthesize Y = _Y; // expected-warning{{The '_Y' instance variable was retained by a synthesized p… 37 … // expected-warning{{The '_Z' instance variable was not retained by a synthesized property but wa… 42 @synthesize W = _W; // expected-warning{{The '_W' instance variable was retained by a synthesized p…
|
D | MissingDealloc.m | 73 // synthesized property but was released in 'dealloc'"
|
/external/clang/test/ASTMerge/ |
D | property.m | 9 // CHECK: property1.m:28:21: error: property 'Prop2' is synthesized to different ivars in different… 10 // CHECK: property2.m:29:21: note: property is synthesized to ivar 'ivar2' here
|
/external/clang/test/CodeGenObjC/ |
D | synthesize_ivar.m | 27 // <rdar://problem/7336352> [irgen] crash in synthesized property construction
|
D | 2009-01-21-invalid-debug-info.m | 5 // trouble was the synthesized self decl in im1 was causing the debug
|
/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 91 "property %0 is synthesized to different ivars in different translation " 94 "property is synthesized to ivar %0 here">;
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/ |
D | es-ES_zl0_kpdf_mgc.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
D | es-ES_zl0_kpdf_lfz.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/fr-FR/ |
D | fr-FR_nk0_kpdf_mgc.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
D | fr-FR_nk0_kpdf_lfz.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-US/ |
D | en-US_lh0_kpdf_mgc.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
D | en-US_lh0_kpdf_lfz.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/ |
D | en-GB_kh0_kpdf_lfz.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
D | en-GB_kh0_kpdf_mgc.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/ |
D | it-IT_cm0_kpdf_lfz.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
D | it-IT_cm0_kpdf_mgc.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/ |
D | de-DE_gl0_kpdf_lfz.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
D | de-DE_gl0_kpdf_mgc.utf | 58 amplif = 1 , uint8 ; !specification for correction factor in percent for synthesized speech or smoo…
|
12