Searched defs:assignment (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_discard.cpp156 ir_assignment *assignment = local
160 ir->replace_with(assignment);
H A Dopt_constant_folding.cpp103 * remove the never-executed assignment.
141 /* Next, see if the call can be replaced with an assignment of a constant */
145 ir_assignment *assignment = local
147 ir->replace_with(assignment);
H A Dlower_variable_index_to_cond_assign.cpp42 * the RHS of the assignment is assigned to a temporary. The non-constant
213 /* Generate a conditional assignment to (or from) the constant indexed
217 ir_assignment *const assignment = (is_write) local
221 list->push_tail(assignment);
453 /* If the original assignment has a condition, respect that original
H A Dast_function.cpp251 ir_assignment *assignment local
253 post_call_conversions.push_tail(assignment);
664 ir_instruction *assignment = new(ctx) ir_assignment(lhs, rhs, NULL); local
665 instructions->push_tail(assignment);
788 /* Mask of fields to be written in the assignment.
826 /* Mask of fields to be written in the assignment.
854 * Generate assignment of a portion of a vector to a portion of a matrix column
856 * \param src_base First component of the source to be used in assignment
886 /* Mask of fields to be written in the assignment.
1078 * so that the LHS and RHS of the assignment hav
[all...]
/external/chromium_org/tools/gn/
H A Dscope_unittest.cc35 LiteralNode assignment; local
36 assignment.set_value(assignment_token);
39 Value old_value(&assignment, "hello");
40 setup.scope()->SetValue("v", old_value, &assignment);
42 setup.scope()->SetValue(private_var_name, old_value, &assignment);
55 Value new_value(&assignment, "goodbye");
56 new_scope.SetValue("v", new_value, &assignment);
61 &assignment, "error", &err));
75 &new_scope, Scope::MergeOptions(), &assignment, "error", &err));
82 Value new_value(&assignment, "goodby
206 LiteralNode assignment; local
241 LiteralNode assignment; local
[all...]
/external/mesa3d/src/glsl/
H A Dlower_discard.cpp156 ir_assignment *assignment = local
160 ir->replace_with(assignment);
H A Dopt_constant_folding.cpp103 * remove the never-executed assignment.
141 /* Next, see if the call can be replaced with an assignment of a constant */
145 ir_assignment *assignment = local
147 ir->replace_with(assignment);
H A Dlower_variable_index_to_cond_assign.cpp42 * the RHS of the assignment is assigned to a temporary. The non-constant
213 /* Generate a conditional assignment to (or from) the constant indexed
217 ir_assignment *const assignment = (is_write) local
221 list->push_tail(assignment);
453 /* If the original assignment has a condition, respect that original
H A Dast_function.cpp251 ir_assignment *assignment local
253 post_call_conversions.push_tail(assignment);
664 ir_instruction *assignment = new(ctx) ir_assignment(lhs, rhs, NULL); local
665 instructions->push_tail(assignment);
788 /* Mask of fields to be written in the assignment.
826 /* Mask of fields to be written in the assignment.
854 * Generate assignment of a portion of a vector to a portion of a matrix column
856 * \param src_base First component of the source to be used in assignment
886 /* Mask of fields to be written in the assignment.
1078 * so that the LHS and RHS of the assignment hav
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DAstUtil.java67 static Node getAssignedTypeNameNode(Node assignment) { argument
68 Preconditions.checkState(assignment.isAssign() || assignment.isVar());
69 Node typeNameNode = assignment.getFirstChild();
H A DContextTrackingValidationCheck.java113 private void leaveAssignNode(Node assignment) { argument
114 String assignedTypeName = getAssignedTypeName(assignment);
126 private String getAssignedTypeName(Node assignment) { argument
127 Node node = AstUtil.getAssignedTypeNameNode(assignment);
H A DProtoFollowsExtendsChecker.java204 private void handleAssignment(Node assignment) { argument
206 getState().getNodeText(AstUtil.getAssignedTypeNameNode(assignment));
213 Node prototypeValueNode = assignment.getLastChild();
/external/elfutils/0.153/src/
H A Dldscript.y54 static struct assignment *new_assignment (const char *variable,
80 struct assignment *assignment;
129 %type <assignment> assignment
212 outputsection: assignment ';'
215 $$->val.assignment = $1;
253 assignment: kID '=' expr label
280 | assignment ';'
283 $$->val.assignment
[all...]
H A Dldscript.h116 struct assignment *assignment; member in union:YYSTYPE
H A Dldscript.c131 static struct assignment *new_assignment (const char *variable,
252 struct assignment *assignment; member in union:YYSTYPE
612 "outputsections", "outputsection", "assignment", "inputsections",
1769 (yyval.output_rule)->val.assignment = (yyvsp[(1) - (2)].assignment);
1821 { (yyval.assignment) = new_assignment ((yyvsp[(1) - (3)].str), (yyvsp[(3) - (3)].expr), false); }
1828 { (yyval.assignment) = new_assignment ((yyvsp[(3) - (6)].str), (yyvsp[(5) - (6)].expr), true); }
1876 (yyval.input_rule)->val.assignment = (yyvsp[(1) - (2)].assignment);
[all...]
H A Dld.h550 struct assignment struct
570 struct assignment *assignment; member in union:input_rule::__anon21295
599 struct assignment *assignment; member in union:output_rule::__anon21297
/external/chromium_org/third_party/icu/source/common/
H A Dlocid.cpp982 const char* assignment = uprv_strchr(fullName, '='); local
984 if(assignment > variantStart) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.c604 struct r600_bytecode_alu *assignment[5])
611 assignment[i] = NULL;
621 else if (assignment[chan])
627 if (assignment[4]) {
631 assignment[4] = alu;
633 if (assignment[chan]) {
637 assignment[chan] = alu;
603 assign_alu_units(struct r600_bytecode *bc, struct r600_bytecode_alu *alu_first, struct r600_bytecode_alu *assignment[5]) argument
/external/icu/icu4c/source/common/
H A Dlocid.cpp982 const char* assignment = uprv_strchr(fullName, '='); local
984 if(assignment > variantStart) {
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c604 struct r600_bytecode_alu *assignment[5])
611 assignment[i] = NULL;
621 else if (assignment[chan])
627 if (assignment[4]) {
631 assignment[4] = alu;
633 if (assignment[chan]) {
637 assignment[chan] = alu;
603 assign_alu_units(struct r600_bytecode *bc, struct r600_bytecode_alu *alu_first, struct r600_bytecode_alu *assignment[5]) argument
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlparser.c1094 ** assignment
1103 ** check whether, in an assignment to an upvalue/local variable, the
1104 ** upvalue/local variable is begin used in a previous assignment to a
1106 ** use this safe copy in the previous assignment.
1118 lh->v.u.ind.t = extra; /* previous assignment will use safe copy */
1123 lh->v.u.ind.idx = extra; /* previous assignment will use safe copy */
1136 static void assignment (LexState *ls, struct LHS_assign *lh, int nvars) { function
1139 if (testnext(ls, ',')) { /* assignment -> ',' suffixedexp assignment */
1147 assignment(l
[all...]
/external/chromium_org/v8/src/
H A Dparser.cc1985 Assignment* assignment = factory()->NewAssignment(init_op, proxy, value, pos); local
1987 factory()->NewExpressionStatement(assignment, RelocInfo::kNoPosition),
2165 // assignment statement. We use a block to collect multiple assignments.
2168 // rewriter to add a '.result' assignment to such a block (to get compliant
2170 // reasons when pretty-printing. Also, unless an assignment (initialization)
2187 // assignment for variables and constants because the value must be assigned
2299 value = NULL; // zap the value to avoid the unnecessary assignment
2318 // which is why we need to generate a separate assignment node.
2321 value = NULL; // zap the value to avoid the unnecessary assignment
2349 Assignment* assignment local
2366 Assignment* assignment = local
2991 Assignment* assignment = factory()->NewAssignment( local
3004 Assignment* assignment = factory()->NewAssignment( local
3030 Assignment* assignment = factory()->NewAssignment( local
3053 Assignment* assignment = factory()->NewAssignment( local
3081 Assignment* assignment = factory()->NewAssignment( local
3197 Assignment* assignment = factory()->NewAssignment( local
3796 Assignment* assignment = factory()->NewAssignment( local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c6003 * The strange assignment of number is a workaround for a compiler
6041 int assignment; local
6050 assignment = 0;
6083 return (assignment > 0) ? assignment : EOF;
6135 return assignment;
6139 assignment++;
6179 return assignment;
6190 return assignment;
6193 assignment
[all...]
/external/libxml2/
H A Dtrio.c6007 * The strange assignment of number is a workaround for a compiler
6045 int assignment; local
6054 assignment = 0;
6087 return (assignment > 0) ? assignment : EOF;
6139 return assignment;
6143 assignment++;
6183 return assignment;
6194 return assignment;
6197 assignment
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4197 milliseconds

12