/external/clang/test/ARCMT/ |
GC-no-arc-runtime.m | 54 @property (assign) I3 *__weak pw1, *__weak pw2; 55 @property (assign) I3 *__strong ps; 56 @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;
|
/external/clang/test/SemaCXX/ |
err_typecheck_assign_const.cpp | 5 global = 2; // expected-error{{cannot assign to variable 'global' with const-qualified type 'const int'}} 10 local = 0; // expected-error{{cannot assign to variable 'local' with const-qualified type 'const int'}} 14 parameter = 2; // expected-error{{cannot assign to variable 'parameter' with const-qualified type 'const int'}} 22 const_field = 4; // expected-error{{cannot assign to non-static data member 'const_field' with const-qualified type 'const int'}} 23 static_const_field = 4; // expected-error{{cannot assign to variable 'static_const_field' with const-qualified type 'const int'}} 26 field = 4; // expected-error{{cannot assign to non-static data member within const member function 'test_const'}} 27 const_field = 4 ; // expected-error{{cannot assign to non-static data member 'const_field' with const-qualified type 'const int'}} 28 static_const_field = 4; // expected-error{{cannot assign to variable 'static_const_field' with const-qualified type 'const int'}} 35 return_const_ref() = 10; // expected-error{{cannot assign to return value because function 'return_const_ref' returns a const value}} 46 s5.const_field = 5; // expected-error{{cannot assign to non-static data member 'const_field' with const-qualified type 'const int'} [all...] |
/external/mesa3d/src/glsl/builtins/ir/ |
atan.ir | 75 ((assign (x) (var_ref r) (expression float + (var_ref r) (constant float (3.141593))))) 76 ((assign (x) (var_ref r) (expression float - (var_ref r) (constant float (3.141593)))))) 83 (assign (x) (var_ref sgn) (expression float sign (var_ref y))) 84 (assign (x) (var_ref r) (expression float * (var_ref sgn) (constant float (1.5707965)))) 99 (assign (x) (var_ref r) (var_ref temp)) 101 (assign (y) (var_ref r) (var_ref temp)) 111 (assign (x) (var_ref r) (var_ref temp)) 113 (assign (y) (var_ref r) (var_ref temp)) 115 (assign (z) (var_ref r) (var_ref temp)) 125 (assign (x) (var_ref r) (var_ref temp) [all...] |
distance.ir | 13 (assign (xy) (var_ref p) (expression vec2 - (var_ref p0) (var_ref p1))) 21 (assign (xyz) (var_ref p) (expression vec3 - (var_ref p0) (var_ref p1))) 29 (assign (xyzw) (var_ref p) (expression vec4 - (var_ref p0) (var_ref p1)))
|
/external/clang/test/SemaObjC/ |
property-12.m | 4 @property(readonly,assign) id X; 20 @property(assign,copy) id X; // expected-error {{property attributes 'assign' and 'copy' are mutually exclusive}} 24 @property(assign,retain) id X; // expected-error {{property attributes 'assign' and 'retain' are mutually exclusive}}
|
no-gc-weak-test.m | 7 @property(nonatomic,readwrite,assign) id __weak delegate; // expected-error {{unsafe_unretained property 'delegate' may not also be declared __weak}} 17 id __weak _selectionRect; // expected-error {{cannot create __weak reference because the current deployment target does not support weak references}} expected-error {{existing instance variable '_selectionRect' for property 'selectionRect' with assign attribute must be __unsafe_unretained}} 20 @property(assign) id selectionRect; // expected-note {{property declared here}}
|
ContClassPropertyLookup.m | 10 @property (assign) int foo; 14 @property (assign) int foo;
|
deref-interface.m | 9 *(NSView *)self = *(NSView *)realView; // expected-error {{cannot assign to class object}}
|
no-warn-synth-protocol-meth.m | 12 @property (assign) int name;
|
/external/mesa3d/src/mapi/glapi/gen/ |
ARB_robustness.xml | 23 <function name="GetGraphicsResetStatusARB" offset="assign"> 28 <function name="GetnMapdvARB" offset="assign"> 35 <function name="GetnMapfvARB" offset="assign"> 42 <function name="GetnMapivARB" offset="assign"> 51 <function name="GetnPixelMapfvARB" offset="assign"> 57 <function name="GetnPixelMapuivARB" offset="assign"> 63 <function name="GetnPixelMapusvARB" offset="assign"> 71 <function name="GetnPolygonStippleARB" offset="assign"> 76 <function name="GetnTexImageARB" offset="assign"> 85 <function name="ReadnPixelsARB" offset="assign"> [all...] |
ARB_texture_storage.xml | 13 <function name="TexStorage1D" offset="assign"> 20 <function name="TexStorage2D" offset="assign"> 28 <function name="TexStorage3D" offset="assign"> 37 <function name="TextureStorage1DEXT" offset="assign"> 45 <function name="TextureStorage2DEXT" offset="assign"> 54 <function name="TextureStorage3DEXT" offset="assign">
|
NV_conditional_render.xml | 16 <function name="BeginConditionalRenderNV" offset="assign"> 21 <function name="EndConditionalRenderNV" offset="assign">
|
/external/valgrind/VEX/priv/ |
guest_s390_toIR.c | 129 assign(IRTemp dst, IRExpr *expr) function 141 /* Create a temporary of the given type and assign the expression to it */ 147 assign(temp, expr); [all...] |
guest_tilegx_toIR.c | 151 static void assign ( IRTemp dst, IRExpr * e ) function 247 assign(t0, guard); 487 assign(t2, getIReg(ra)); 492 assign(t2, mkU64(extend_s_8to64(imm))); 497 assign(t2, mkU64(extend_s_16to64(imm))); 536 assign(t2, binop(Iop_Add64, getIReg(ra), getIReg(rb))); 541 assign(t2, binop(Iop_Add64, getIReg(ra), 547 assign(t2, binop(Iop_Add64, getIReg(ra), 553 assign(t2, signExtend(binop(Iop_Add32, 561 assign(t2, signExtend(binop(Iop_Add32 [all...] |
/external/libbrillo/brillo/ |
any_internal_impl_unittest.cc | 22 buffer.Assign(2); 30 buffer.Assign(2.3); 39 buffer.Assign(nullptr); 46 buffer.Assign("abcd"); 56 buffer.Assign(&non_trivial); 68 buffer.Assign(non_trivial); 80 buffer.Assign(small); 88 buffer.Assign(large); 98 buffer1.Assign(30); 107 buffer1.Assign(std::string("abc")) [all...] |
/external/clang/test/Sema/ |
assign.c | 9 // expected-error-re@-1 {{cannot assign to variable 'x' with const-qualified type 'const struct (anonymous struct at {{.*}}assign.c:5:19) *'}}
|
/external/clang/test/SemaObjCXX/ |
property-type-mismatch.mm | 11 @property (assign) NSObject<P1> *prop; 18 @property (assign) NSObject<P2> *prop;
|
/external/llvm/test/DebugInfo/Inputs/ |
dwarfdump-objc.m | 8 @property (assign) int Assign;
|
/external/mesa3d/src/glsl/tests/lower_jumps/ |
lower_breaks_3.opt_test | 13 ((assign (x) (var_ref a) (constant float (1.000000))) 15 ((assign (x) (var_ref c) (constant float (1.000000))) break)
|
lower_breaks_5.opt_test | 13 ((assign (x) (var_ref a) (constant float (1.000000))) 15 ((assign (x) (var_ref c) (constant float (1.000000))) break))))))))
|
return_non_void_at_end_of_loop_lower_nothing.opt_test | 12 ((assign (x) (var_ref a) (constant float (1.000000))) 14 (assign (x) (var_ref b) (constant float (3.000000)))
|
return_non_void_at_end_of_loop_lower_return.opt_test | 12 ((assign (x) (var_ref a) (constant float (1.000000))) 14 (assign (x) (var_ref b) (constant float (3.000000)))
|
return_non_void_at_end_of_loop_lower_return_and_break.opt_test | 12 ((assign (x) (var_ref a) (constant float (1.000000))) 14 (assign (x) (var_ref b) (constant float (3.000000)))
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestInterpretedParsing.java | 45 "prog : WHILE ID LCURLY (assign)* RCURLY EOF;\n" + 46 "assign : ID ASSIGN expr SEMI ;\n" + 56 "ASSIGN : '=';\n"+ 73 "(<grammar p> (prog while x { (assign i = (expr 1) ;) (assign y = (expr 3.42) ;) (assign z = (expr y) ;) } <EOF>))"; 80 "prog : WHILE ID LCURLY (assign)* RCURLY;\n" + 81 "assign : ID ASSIGN expr SEMI ;\n" [all...] |
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
Tokenizer.l | 124 yylval->assign(1, yytext[0]); 129 yylval->assign(yytext, yyleng); 134 yylval->assign(yytext, yyleng); 139 yylval->assign(yytext, yyleng); 146 yylval->assign(yytext, yyleng); 151 yylval->assign(yytext, yyleng); 155 yylval->assign(yytext, yyleng); 159 yylval->assign(yytext, yyleng); 163 yylval->assign(yytext, yyleng); 167 yylval->assign(yytext, yyleng) [all...] |