Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/minix/tests/lib/libcurses/tests/
H A Dstd_defines8 assign TRUE 0x01
9 assign FALSE 0x00
13 assign COLOR_BLACK 0x00
14 assign COLOR_RED 0x01
15 assign COLOR_GREEN 0x02
16 assign COLOR_YELLOW 0x03
17 assign COLOR_BLUE 0x04
18 assign COLOR_MAGENTA 0x05
19 assign COLOR_CYAN 0x06
20 assign COLOR_WHITE 0x07
[all …]
/minix/external/bsd/llvm/dist/clang/test/ARCMT/
H A DGC-no-finalize-removal.m51 @property (assign) I3 *__weak pw1, *__weak pw2;
52 @property (assign) I3 *__strong ps;
53 @property (assign) I3 * pds;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
63 @property (assign) I4Impl *__strong ps;
64 @property (assign) I4Impl * pds;
65 @property (assign) I4Impl * pds2;
69 @property (assign) __weak I4Impl *pw4;
82 @property (assign) id assign_prop;
83 @property (assign, readonly) id __strong strong_readonly_prop;
[all …]
H A DGC.m51 @property (assign) I3 *__weak pw1, *__weak pw2;
52 @property (assign) I3 *__strong ps;
53 @property (assign) I3 * pds;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
63 @property (assign) I4Impl *__strong ps;
64 @property (assign) I4Impl * pds;
65 @property (assign) I4Impl * pds2;
69 @property (assign) __weak I4Impl *pw4;
82 @property (assign) id assign_prop;
83 @property (assign, readonly) id __strong strong_readonly_prop;
[all …]
H A DGC-no-arc-runtime.m51 @property (assign) I3 *__weak pw1, *__weak pw2;
52 @property (assign) I3 *__strong ps;
53 @property (assign) I3 * pds;
59 @property (assign) I4Impl *__weak pw1, *__weak pw2;
60 @property (assign) I4Impl *__strong ps;
61 @property (assign) I4Impl * pds;
62 @property (assign) I4Impl * pds2;
/minix/external/historical/nawk/dist/
H A Dproctab.c163 assign, /* ASSIGN */
165 assign, /* ADDEQ */
166 assign, /* SUBEQ */
167 assign, /* MULTEQ */
168 assign, /* DIVEQ */
169 assign, /* MODEQ */
170 assign, /* POWEQ */
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dproperty-10.m13 @property(assign, copy) id p3_0; // expected-error {{property attributes 'assign' and 'copy' are mu…
14 @property(assign, retain) id p3_1; // expected-error {{property attributes 'assign' and 'retain' ar…
15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar…
18assign, copy, retain) id p3_3; // expected-error {{property attributes 'assign' and 'copy' are mut…
19assign, copy, strong) id s3_3; // expected-error {{property attributes 'assign' and 'copy' are mut…
27 …ning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}}, expected-w…
H A Dproperty-inherited.m23 @property(nonatomic, assign) id<FooDelegate> delegate;
24 @property(nonatomic, assign) id<BarDelegate> delegate2; // expected-note {{property declared here}}
28 @property(nonatomic, assign) id<BarDelegate> delegate;
29 @property(nonatomic, assign) id<FooDelegate> delegate2; // expected-warning{{property type 'id<FooD…
37 @property(assign) id ref;
38 @property(assign) Base *p_base;
39 @property(assign) NSMutableData *p_data; // expected-note {{property declared here}}
43 @property(assign) NSData *ref;
44 @property(assign) Data *p_base;
45 @property(assign) NSData *p_data; // expected-warning{{property type 'NSData *' is incompatible wit…
H A Dconflict-atomic-property.m5 @property (nonatomic, assign, atomic) float dummy; // expected-error {{property attributes 'atomic'…
6 @property (nonatomic, assign) float d1;
7 @property (atomic, assign) float d2;
8 @property (assign) float d3;
9 @property (atomic, nonatomic, assign) float d4; // expected-error {{property attributes 'atomic' an…
H A Dcontinuation-class-property.m49 @property (nonatomic, readonly, assign) struct evhttp_request *httpRequest;
50 @property (nonatomic, readonly, assign) struct S *httpRequest2;
51 @property (nonatomic, readonly, assign) struct S1 *httpRequest3;
52 @property (nonatomic, readonly, assign) struct S2 *httpRequest4;
59 @property (nonatomic, readwrite, assign) struct evhttp_request *httpRequest;
60 @property (nonatomic, readwrite, assign) struct S *httpRequest2;
61 @property (nonatomic, readwrite, assign) struct S1 *httpRequest3;
62 @property (nonatomic, readwrite, assign) struct S2 *httpRequest4;
H A Dwarn-assign-property-nscopying.m13 …ected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}} //…
14 …perty id okAction; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified …
H A Derror-property-gc-attr.m13 @property (assign) __weak id pweak;
14 @property (assign) __weak id WID;
15 @property (assign) __strong id NOT;
16 @property (assign) id ID;
17 @property (assign) INTF* AWEAK;
18 @property (assign) __weak INTF* WI;
H A Dweak-receiver-warn.m12 …arning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value to a str…
13 …arning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value to a str…
14 …arning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value to a str…
16 …arning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value to a str…
17 …arning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value to a str…
39 …arning {{weak property may be unpredictably set to nil}} expected-note {{assign the value to a str…
44 …weak implicit property may be unpredictably set to nil}} expected-note {{assign the value to a str…
63 …arning {{weak property may be unpredictably set to nil}} expected-note {{assign the value to a str…
77 …arning {{weak property may be unpredictably set to nil}} expected-note {{assign the value to a str…
78 …arning {{weak property may be unpredictably set to nil}} expected-note {{assign the value to a str…
[all …]
H A Dproperty-12.m4 @property(readonly,assign) id X;
20 @property(assign,copy) id X; // expected-error {{property attributes 'assign' and 'copy' are mutual…
24 @property(assign,retain) id X; // expected-error {{property attributes 'assign' and 'retain' are mu…
H A Dproperty-in-class-extension.m32 @property (readwrite, assign) NSObject *bar;
33 @property (readwrite, assign) NSObject *baz;
34 @property (readwrite, assign) NSObject *bam;
35 @property (readwrite, assign) NSObject *warn;
/minix/external/bsd/libc++/dist/libcxx/test/std/strings/basic.string/string.capacity/
H A Dclear.pass.cpp34 s.assign(10, 'a'); in main()
38 s.assign(100, 'a'); in main()
48 s.assign(10, 'a'); in main()
52 s.assign(100, 'a'); in main()
H A Dshrink_to_fit.pass.cpp39 s.assign(10, 'a'); in main()
43 s.assign(100, 'a'); in main()
53 s.assign(10, 'a'); in main()
57 s.assign(100, 'a'); in main()
/minix/external/bsd/libc++/dist/libcxx/test/strings/basic.string/string.capacity/
H A Dclear.pass.cpp34 s.assign(10, 'a'); in main()
38 s.assign(100, 'a'); in main()
48 s.assign(10, 'a'); in main()
52 s.assign(100, 'a'); in main()
H A Dshrink_to_fit.pass.cpp39 s.assign(10, 'a'); in main()
43 s.assign(100, 'a'); in main()
53 s.assign(10, 'a'); in main()
57 s.assign(100, 'a'); in main()
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dmisc-atomic-property.m29 @property(assign) bools bools_p;
30 @property(assign) bools_minus_one bools_minus_one_p;
50 @property(assign) dword dword_p;
64 @property(assign) float fl_p;
65 @property(assign) double d_p;
66 @property(assign) long double ld_p;
H A Dprotocol-property-synth.m10 @property(assign) id delegate;
15 @property(assign) id myanother;
19 @property(assign) id another;
/minix/external/bsd/libc++/dist/libcxx/test/support/
H A Dconstexpr_char_traits.hpp27 … static _LIBCPP_CONSTEXPR_AFTER_CXX11 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT in assign() function
41 …static _LIBCPP_CONSTEXPR_AFTER_CXX11 char_type* assign(char_type* __s, size_t __n, char_type…
105 assign(*__s1, *__s2); in move()
112 assign(*--__s1, *--__s2); in move()
124 assign(*__s1, *__s2); in copy()
130 constexpr_char_traits<_CharT>::assign(char_type* __s, size_t __n, char_type __a) in assign() function in constexpr_char_traits
134 assign(*__s, __a); in assign()
/minix/external/bsd/libc++/dist/libcxx/test/std/re/re.regex/re.regex.assign/
H A Dassign_iter_iter_flag.pass.cpp31 r2.assign(I(s4.begin()), I(s4.end())); in main()
35 r2.assign(I(s4.begin()), I(s4.end()), std::regex::extended); in main()
39 r2.assign(F(s4.begin()), F(s4.end())); in main()
43 r2.assign(F(s4.begin()), F(s4.end()), std::regex::extended); in main()
/minix/external/bsd/libc++/dist/libcxx/test/re/re.regex/re.regex.assign/
H A Dassign_iter_iter_flag.pass.cpp31 r2.assign(I(s4.begin()), I(s4.end())); in main()
35 r2.assign(I(s4.begin()), I(s4.end()), std::regex::extended); in main()
39 r2.assign(F(s4.begin()), F(s4.end())); in main()
43 r2.assign(F(s4.begin()), F(s4.end()), std::regex::extended); in main()
/minix/external/bsd/llvm/dist/clang/test/Parser/
H A Dmissing-selector-name.mm5 @property (assign) id PROP;
20 @property (assign) id PROP;
34 @property (assign) id PROP;
39 @property (assign) id PROP;
/minix/external/bsd/llvm/dist/clang/test/Analysis/objc/
H A Ddirect-ivar-assignment-in-annotated-functions.m29 …@property (assign, nonatomic) MyClass* A; // explicitely synthesized, not implemented, non-default…
31 @property (assign) MyClass* X; // automatically synthesized, not implemented
33 @property (assign, nonatomic) MyClass* Y; // automatically synthesized, implemented
35 @property (assign, nonatomic) MyClass* Z; // non-synthesized ivar, implemented setter
38 @property (assign) MyClass* NotA; // warnings should be suppressed, backing ivar is annotated
39 …@property (assign) MyClass* NotX __attribute__((annotate("objc_allow_direct_instance_variable_assi…

12345678910>>...17