Home
last modified time | relevance | path

Searched refs:assignment (Results 1 – 25 of 155) sorted by relevance

1234567

/external/dexmaker/src/dx/java/com/android/dx/ssa/
DNormalSsaInsn.java141 RegisterSpec assignment; in getLocalAssignment() local
144 assignment = insn.getSources().get(0); in getLocalAssignment()
146 assignment = getResult(); in getLocalAssignment()
149 if (assignment == null) { in getLocalAssignment()
153 LocalItem local = assignment.getLocalItem(); in getLocalAssignment()
159 return assignment; in getLocalAssignment()
/external/clang/test/ARCMT/
Dcxx-checking.mm5 …be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a …
9 …be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a …
13 …be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a …
30 …be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a …
34 …be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a …
42 … cannot be shared between ARC and non-ARC code; add a non-trivial copy assignment operator to make…
48 … cannot be shared between ARC and non-ARC code; add a non-trivial copy assignment operator to make…
54 … cannot be shared between ARC and non-ARC code; add a non-trivial copy assignment operator to make…
67 … cannot be shared between ARC and non-ARC code; add a non-trivial copy assignment operator to make…
73 … cannot be shared between ARC and non-ARC code; add a non-trivial copy assignment operator to make…
/external/clang/test/SemaObjCXX/
Darc-non-pod.mm4 …be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a …
8 …be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a …
12 …be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a …
29 …be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a …
33 …be shared between ARC and non-ARC code; add a copy constructor, a copy assignment operator, and a …
41 … cannot be shared between ARC and non-ARC code; add a non-trivial copy assignment operator to make…
47 … cannot be shared between ARC and non-ARC code; add a non-trivial copy assignment operator to make…
53 … cannot be shared between ARC and non-ARC code; add a non-trivial copy assignment operator to make…
66 … cannot be shared between ARC and non-ARC code; add a non-trivial copy assignment operator to make…
72 … cannot be shared between ARC and non-ARC code; add a non-trivial copy assignment operator to make…
Darc-unavailable-for-weakref.mm17 …ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-unavailable object to a __weak o…
31 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}}
33 …__weak id weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak…
44 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}}
46 …__weak id<P> weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __w…
Dnullptr.mm11 void assignment(A *a) { function
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DInsn.java156 RegisterSpec assignment; in getLocalAssignment() local
158 assignment = sources.get(0); in getLocalAssignment()
160 assignment = result; in getLocalAssignment()
163 if (assignment == null) { in getLocalAssignment()
167 LocalItem localItem = assignment.getLocalItem(); in getLocalAssignment()
173 return assignment; in getLocalAssignment()
/external/clang/test/SemaObjC/
Dself-assign.m9 …if (self = [self :x :y]) {} // expected-warning{{using the result of an assignment as a condition …
10 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
11 // expected-note{{place parentheses around the assignment to silence this warning}}
Dproperty-error-readonly-assign.m16 a.x = 10; // expected-error {{assignment to readonly property}}
18 b.x = 10; // expected-error {{no setter method 'setX:' for assignment to property}}
42 …self.frame = NSMakeRect(); // expected-error {{no setter method 'setFrame:' for assignment to pro…
Darc-unavailable-for-weakref.m17 …ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-unavailable object to a __weak o…
31 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}}
33 …__weak id weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak…
44 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}}
46 …__weak id<P> weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __w…
Didiomatic-parentheses.m29 …if (self.uid = 100) { // expected-warning {{using the result of an assignment as a condition witho…
30 … // expected-note {{place parentheses around the assignment to silence this warning}} \
31 … // expected-note {{use '==' to turn this assignment into an equality comparison}}
/external/elfutils/src/
Dldscript.y54 static struct assignment *new_assignment (const char *variable,
80 struct assignment *assignment; member
129 %type <assignment> assignment
212 outputsection: assignment ';'
215 $$->val.assignment = $1;
253 assignment: kID '=' expr
280 | assignment ';'
283 $$->val.assignment = $1;
519 static struct assignment *
523 struct assignment *newp = (struct assignment *) in new_assignment()
Dldscript.h115 struct assignment *assignment; member
Dld.h550 struct assignment struct
570 struct assignment *assignment; argument
599 struct assignment *assignment; member
Dldscript.c193 static struct assignment *new_assignment (const char *variable,
240 struct assignment *assignment; member
1697 (yyval.output_rule)->val.assignment = (yyvsp[(1) - (2)].assignment);
1743 … { (yyval.assignment) = new_assignment ((yyvsp[(1) - (3)].str), (yyvsp[(3) - (3)].expr), false); }
1748 { (yyval.assignment) = new_assignment ((yyvsp[(3) - (6)].str), (yyvsp[(5) - (6)].expr), true); }
1786 (yyval.input_rule)->val.assignment = (yyvsp[(1) - (2)].assignment);
2314 static struct assignment *
2318 struct assignment *newp = (struct assignment *) in new_assignment()
/external/eigen/doc/
DI11_Aliasing.dox5 In Eigen, aliasing refers to assignment statement in which the same matrix (or array or vector) app…
6 left and on the right of the assignment operators. Statements like <tt>mat = 2 * mat;</tt> or <tt>m…
32 The output is not what one would expect. The problem is the assignment
36 This assignment exhibits aliasing: the coefficient \c mat(1,1) appears both in the block
37 <tt>mat.bottomRightCorner(2,2)</tt> on the left-hand side of the assignment and the block
38 <tt>mat.topLeftCorner(2,2)</tt> on the right-hand side. After the assignment, the (2,2) entry in th…
39 right corner should have the value of \c mat(1,1) before the assignment, which is 5. However, the o…
97 Now, \c mat(2,2) equals 5 after the assignment, as it should be.
132 right-hand side of an assignment operator, and it is then often necessary to evaluate the right-han…
148 In general, an assignment is safe if the (i,j) entry of the expression on the right-hand side depen…
[all …]
/external/mesa3d/src/glsl/
Dlower_discard.cpp156 ir_assignment *assignment = in replace_discard() local
160 ir->replace_with(assignment); in replace_discard()
/external/icu4c/common/
Drbbirpt.txt120 # The variable name scanning is in common with assignment statements,
281 # either an assignment statement or a rule, depending on whether an '='
287 … n term ^assign-end doStartAssign # variable was target of assignment
294 # right hand side of an assignment is found. We get here via
295 # a pop; this state is pushed when the '=' in an assignment is found.
298 # assignment must look like a rule expression, and we come here
/external/mesa3d/src/glsl/tests/
Dswiz-02.glsl1 /* FAIL: assignment of a vec2 to a float */
Dfunction-04.glsl1 /* FAIL - type mismatch in assignment */
/external/clang/test/Analysis/
Duninit-vals-ps-region.m63 // being used in the LHS of a compound assignment.
67 …b.x |= 1; // expected-warning{{The left expression of the compound assignment is an uninitialized …
/external/clang/test/CodeGenObjCXX/
Darc-special-member-functions.mm37 // Implicitly-generated copy assignment operator for ObjCMember
64 // Implicitly-generated copy assignment operator for ObjCArrayMember
93 // Implicitly-generated copy assignment operator for ObjCBlockMember
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump67 // No implementation - assignment is unsupported.
89 // No implementation - assignment is unsupported.
210 // No implementation - assignment is unsupported.
226 // No implementation - assignment is unsupported.
265 // No implementation - assignment is unsupported.
/external/webkit/LayoutTests/fast/encoding/
Dlatin1-winlatin-expected.txt15 innerHTML assignment of unicode escapes: €ƒ†‡
/external/v8/src/
Dparser.cc841 Assignment* assignment = AsAssignment(stat); in Update() local
843 if (BlockContinues(assignment)) { in Update()
844 UpdateBlock(assignment); in Update()
849 if (!InBlock() && (assignment != NULL) && in Update()
850 (assignment->op() == Token::ASSIGN)) { in Update()
851 StartBlock(assignment); in Update()
902 bool BlockContinues(Assignment* assignment) { in BlockContinues() argument
903 if ((assignment == NULL) || (first_in_block_ == NULL)) return false; in BlockContinues()
904 if (assignment->op() != Token::ASSIGN) return false; in BlockContinues()
906 assignment->target()); in BlockContinues()
[all …]
/external/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump84 // No implementation - assignment is unsupported.
106 // No implementation - assignment is unsupported.
227 // No implementation - assignment is unsupported.
243 // No implementation - assignment is unsupported.
282 // No implementation - assignment is unsupported.

1234567