HomeSort by relevance Sort by last modified time
    Searched full:assign (Results 51 - 75 of 5657) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/ARCMT/
GC-no-finalize-removal.m 51 @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...]
GC.m 51 @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...]
  /external/clang/test/CodeGenObjC/
2011-03-08-IVarLookup.m 16 @property (assign) UInt_t f1;
20 @property (assign) int x;
misc-atomic-property.m 29 @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;
  /external/clang/test/SemaObjC/
continuation-class-property.m 49 @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;
error-property-gc-attr.m 13 @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;
property-10.m 13 @property(assign, copy) id p3_0; // expected-error {{property attributes 'assign' and 'copy' are mutually exclusive}}
14 @property(assign, retain) id p3_1; // expected-error {{property attributes 'assign' and 'retain' are mutually exclusive}}
15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' are mutually exclusive}}
18 @property(assign, copy, retain) id p3_3; // expected-error {{property attributes 'assign' and 'copy' are mutually exclusive}}, expected-error {{property attributes 'assign' and 'retain' are mutually exclusive}}
19 @property(assign, copy, strong) id s3_3; // expected-error {{property attributes 'assign' and 'copy' are mutually e (…)
    [all...]
property-inherited.m 23 @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<FooDelegate>' is incompatible with type 'id<BarDelegate>' inherited from 'Foo'}}
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 with type 'NSMutabl (…)
    [all...]
  /external/clang/test/SemaObjCXX/
typo-correction.mm 15 @property(nonatomic, assign) ClassA *m_prop1; // expected-note {{here}}
16 @property(nonatomic, assign) ClassB *m_prop2;
  /external/llvm/test/CodeGen/X86/
licm-regpressure.ll 26 call void @assign(i32* %0)
27 call void @assign(i32* %1)
28 call void @assign(i32* %2)
29 call void @assign(i32* %3)
30 call void @assign(i32* %4)
31 call void @assign(i32* %5)
32 call void @assign(i32* %6)
39 declare void @assign(i32*)
  /external/mesa3d/src/glsl/tests/lower_jumps/
return_void_at_end_of_loop_lower_nothing.opt_test 12 ((assign (x) (var_ref a) (constant float (1.000000))) (return)))
13 (assign (x) (var_ref b) (constant float (2.000000)))))))
return_void_at_end_of_loop_lower_return.opt_test 12 ((assign (x) (var_ref a) (constant float (1.000000))) (return)))
13 (assign (x) (var_ref b) (constant float (2.000000)))))))
return_void_at_end_of_loop_lower_return_and_break.opt_test 12 ((assign (x) (var_ref a) (constant float (1.000000))) (return)))
13 (assign (x) (var_ref b) (constant float (2.000000)))))))
  /external/mesa3d/src/mapi/glapi/gen/
NV_primitive_restart.xml 14 <function name="PrimitiveRestartNV" offset="assign">
17 <function name="PrimitiveRestartIndexNV" offset="assign">
ARB_invalidate_subdata.xml 6 <function name="InvalidateTexSubImage" offset="assign">
17 <function name="InvalidateTexImage" offset="assign">
22 <function name="InvalidateBufferSubData" offset="assign">
28 <function name="InvalidateBufferData" offset="assign">
32 <function name="InvalidateSubFramebuffer" offset="assign">
42 <function name="InvalidateFramebuffer" offset="assign">
EXT_draw_buffers2.xml 11 <function name="ColorMaskIndexedEXT" offset="assign">
19 <function name="GetBooleanIndexedvEXT" offset="assign">
25 <function name="GetIntegerIndexedvEXT" offset="assign">
31 <function name="EnableIndexedEXT" offset="assign">
36 <function name="DisableIndexedEXT" offset="assign">
41 <function name ="IsEnabledIndexedEXT" offset="assign">
OES_fixed_point.xml 16 <function name="AlphaFuncxOES" offset="assign" static_dispatch="false">
21 <function name="ClearColorxOES" offset="assign" static_dispatch="false">
28 <function name="ClearDepthxOES" offset="assign" static_dispatch="false">
32 <function name="Color4xOES" offset="assign" static_dispatch="false">
39 <function name="DepthRangexOES" offset="assign" static_dispatch="false">
44 <function name="FogxOES" offset="assign" static_dispatch="false">
49 <function name="FogxvOES" offset="assign" static_dispatch="false">
54 <function name="FrustumxOES" offset="assign" static_dispatch="false">
63 <function name="LightModelxOES" offset="assign" static_dispatch="false">
68 <function name="LightModelxvOES" offset="assign" static_dispatch="false"
    [all...]
EXT_transform_feedback.xml 27 <function name="BindBufferRangeEXT" offset="assign">
35 <function name="BindBufferOffsetEXT" offset="assign">
42 <function name="BindBufferBaseEXT" offset="assign">
48 <function name="BeginTransformFeedbackEXT" offset="assign">
52 <function name="EndTransformFeedbackEXT" offset="assign">
55 <function name="TransformFeedbackVaryingsEXT" offset="assign">
62 <function name="GetTransformFeedbackVaryingEXT" offset="assign">
85 <function name="BindTransformFeedback" offset="assign">
90 <function name="DeleteTransformFeedbacks" offset="assign">
95 <function name="GenTransformFeedbacks" offset="assign">
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue14010.go 13 true = false // ERROR "cannot assign to true"
14 byte = 0 // ERROR "not an expression" "cannot assign to byte"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue14010.go 13 true = false // ERROR "cannot assign to true"
14 byte = 0 // ERROR "not an expression" "cannot assign to byte"
  /system/sepolicy/private/
attributes 3 # from domain and assign them to the domain_deprecated attribute.
5 # domains. The goal is to not assign domain_deprecated to new domains
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableDictionary.h 28 @property (assign) NSInteger nodes_av;
29 @property (assign) NSInteger nodes_inuse;
30 @property (assign) NSInteger nxt_nodeid;
31 @property (assign, readonly, getter=count) NSUInteger count;
32 @property (assign) NSMutableData *data;
33 @property (assign) id *ptrBuffer;
  /external/valgrind/VEX/priv/
guest_mips_toIR.c 466 assign(t1, binop(Iop_Add32, getIReg(rs), \
469 assign(t1, binop(Iop_Add64, getIReg(rs), \
475 assign(t1, binop(Iop_Add32, getIReg(regRs), getIReg(regRt))); \
477 assign(t1, binop(Iop_Add64, getIReg(regRs), getIReg(regRt)));
481 assign(t2, binop(Iop_And64, mkexpr(t1), mkU64(0xFFFFFFFFFFFFFFFCULL))); \
483 assign(t4, mkNarrowTo32( ty, binop(Iop_And64, \
488 assign(t2, binop(Iop_And64, mkexpr(t1), mkU64(0xFFFFFFFFFFFFFFF8ULL))); \
490 assign(t4, binop(Iop_And64, mkexpr(t1), mkU64(0x7)));
494 assign(t2, binop(Iop_And32, mkexpr(t1), mkU32(0xFFFFFFFC))); \
496 assign(t4, binop(Iop_And32, mkexpr(t1), mkU32(0x00000003))
917 static void assign(IRTemp dst, IRExpr * e) function
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/
T_size_size.pass.cpp 13 // basic_string& assign(const T& t, size_type pos, size_type n=npos); // C++17
28 s.assign(sv, pos, n);
37 s.assign(sv, pos, n);
54 s.assign(sv, pos);
63 s.assign(sv, pos);
145 s.assign("CDEF", 0); // calls assign(const char *, len)
149 s.assign("QRST", 0, std::string::npos); // calls assign(string("QRST", pos, len)
153 s.assign(sv, 0); // calls assign(T, pos, npos
    [all...]
  /external/mesa3d/src/glsl/builtins/ir/
mix.ir 56 ((assign (var_ref a) (x) (var_ref v1) (var_ref v2))
64 ((assign (swiz x (var_ref a)) (x) (var_ref v1) (swiz x (var_ref v2)))
65 (assign (swiz y (var_ref a)) (y) (var_ref v1) (swiz y (var_ref v2)))
73 ((assign (swiz x (var_ref a)) (x) (var_ref v1) (swiz x (var_ref v2)))
74 (assign (swiz y (var_ref a)) (y) (var_ref v1) (swiz y (var_ref v2)))
75 (assign (swiz z (var_ref a)) (z) (var_ref v1) (swiz z (var_ref v2)))
83 ((assign (swiz x (var_ref a)) (x) (var_ref v1) (swiz x (var_ref v2)))
84 (assign (swiz y (var_ref a)) (y) (var_ref v1) (swiz y (var_ref v2)))
85 (assign (swiz z (var_ref a)) (z) (var_ref v1) (swiz z (var_ref v2)))
86 (assign (swiz w (var_ref a)) (w) (var_ref v1) (swiz w (var_ref v2))
    [all...]

Completed in 1549 milliseconds

1 23 4 5 6 7 8 91011>>