Home
last modified time | relevance | path

Searched refs:assignments (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/third_party/typescript/tests/baselines/reference/
Dassignments.symbols1 === tests/cases/conformance/expressions/valuesAndReferences/assignments.ts ===
12 >M : Symbol(M, Decl(assignments.ts, 0, 0))
17 >C : Symbol(C, Decl(assignments.ts, 10, 9))
20 >C : Symbol(C, Decl(assignments.ts, 10, 9))
23 >E : Symbol(E, Decl(assignments.ts, 13, 9))
24 >A : Symbol(E.A, Decl(assignments.ts, 15, 8))
27 >E : Symbol(E, Decl(assignments.ts, 13, 9))
30 >E.A : Symbol(E.A, Decl(assignments.ts, 15, 8))
31 >E : Symbol(E, Decl(assignments.ts, 13, 9))
32 >A : Symbol(E.A, Decl(assignments.ts, 15, 8))
[all …]
Dassignments.errors.txt1 tests/cases/conformance/expressions/valuesAndReferences/assignments.ts(11,1): error TS2708: Cannot …
2 tests/cases/conformance/expressions/valuesAndReferences/assignments.ts(14,1): error TS2629: Cannot …
3 tests/cases/conformance/expressions/valuesAndReferences/assignments.ts(17,1): error TS2628: Cannot …
4 tests/cases/conformance/expressions/valuesAndReferences/assignments.ts(18,3): error TS2540: Cannot …
5 tests/cases/conformance/expressions/valuesAndReferences/assignments.ts(21,1): error TS2630: Cannot …
6 tests/cases/conformance/expressions/valuesAndReferences/assignments.ts(31,1): error TS2693: 'I' onl…
9 ==== tests/cases/conformance/expressions/valuesAndReferences/assignments.ts (6 errors) ====
DmoduleAugmentationDisallowedExtensions.errors.txt5 tests/cases/compiler/x.ts(19,5): error TS2666: Exports and export assignments are not permitted in …
7 tests/cases/compiler/x.ts(20,5): error TS2666: Exports and export assignments are not permitted in …
9 tests/cases/compiler/x.ts(24,5): error TS2666: Exports and export assignments are not permitted in …
44 !!! error TS2666: Exports and export assignments are not permitted in module augmentations.
49 !!! error TS2666: Exports and export assignments are not permitted in module augmentations.
57 !!! error TS2666: Exports and export assignments are not permitted in module augmentations.
DamdModuleName2.errors.txt1 …compiler/amdModuleName2.ts(2,1): error TS2458: An AMD module cannot have multiple name assignments.
8 !!! error TS2458: An AMD module cannot have multiple name assignments.
DcheckExportsObjectAssignProperty.errors.txt24 // allowed assignments
29 // disallowed assignments
54 // allowed assignments
59 // disallowed assignments
DcheckExportsObjectAssignPrototypeProperty.errors.txt21 // allowed assignments
26 // disallowed assignments
DmoduleAugmentationImportsAndExports2.errors.txt4 tests/cases/compiler/f3.ts(12,5): error TS2666: Exports and export assignments are not permitted in…
39 !!! error TS2666: Exports and export assignments are not permitted in module augmentations.
/third_party/mesa3d/src/compiler/glsl/
Dopt_dead_code_local.cpp71 kill_for_derefs_visitor(exec_list *assignments) in kill_for_derefs_visitor() argument
73 this->assignments = assignments; in kill_for_derefs_visitor()
78 foreach_in_list_safe(assignment_entry, entry, this->assignments) { in use_channels()
128 foreach_in_list_safe(assignment_entry, entry, this->assignments) { in visit_leave()
140 exec_list *assignments; member in __anon22e474460111::kill_for_derefs_visitor
172 process_assignment(void *lin_ctx, ir_assignment *ir, exec_list *assignments) in process_assignment() argument
176 kill_for_derefs_visitor v(assignments); in process_assignment()
209 foreach_in_list_safe(assignment_entry, entry, assignments) { in process_assignment()
274 foreach_in_list_safe(assignment_entry, entry, assignments) { in process_assignment()
287 assignments->push_tail(entry); in process_assignment()
[all …]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DChange.java41 private final Map<Column<?>, Assignment<?>> assignments = new LinkedHashMap<>(); field in Change.Builder
52 checkArgument(assignments.put(assignment.column(), assignment) == null, in assign()
69 return Change.of(ranges, assignments.values()); in build()
83 public static Change of(RangeTree ranges, Iterable<Assignment<?>> assignments) { in of() argument
84 ImmutableList<Assignment<?>> a = ImmutableList.copyOf(assignments); in of()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp73 std::vector<assignment> assignments; member
91 : program(program_), assignments(program->peekAllocationId()), in ra_ctx()
463 const assignment& var = ctx.assignments[id]; in print_regs()
793 ctx.assignments[def.tempId()].reg = def.physReg(); in update_renames()
808 ctx.assignments[other.second.tempId()].reg = other.second.physReg(); in update_renames()
830 ctx.assignments.emplace_back(copy.second.physReg(), copy.second.regClass()); in update_renames()
831 assert(ctx.assignments.size() == ctx.program->peekAllocationId()); in update_renames()
1026 assignment& var_a = ctx.assignments[a]; in collect_vars()
1027 assignment& var_b = ctx.assignments[b]; in collect_vars()
1033 assignment& var = ctx.assignments[id]; in collect_vars()
[all …]
Daco_validate.cpp942 const std::vector<Assignment>& assignments, const Location& loc, in validate_instr_defs() argument
952 PhysReg reg = assignments[tmp.id()].reg; in validate_instr_defs()
956 ra_fail(program, loc, assignments[regs[reg.reg_b + j]].defloc, in validate_instr_defs()
968 err |= ra_fail(program, loc, assignments[regs[written_reg]].defloc, in validate_instr_defs()
1001 std::vector<Assignment> assignments(program->peekAllocationId()); in validate_ra() local
1022 if (assignments[op.tempId()].valid && assignments[op.tempId()].reg != op.physReg()) in validate_ra()
1024 ra_fail(program, loc, assignments[op.tempId()].firstloc, in validate_ra()
1031 err |= ra_fail(program, loc, assignments[op.tempId()].firstloc, in validate_ra()
1039 if (!assignments[op.tempId()].firstloc.block) in validate_ra()
1040 assignments[op.tempId()].firstloc = loc; in validate_ra()
[all …]
/third_party/node/deps/v8/src/maglev/
Dmaglev-interpreter-frame-state.h235 auto& assignments = analysis.GetLoopInfoFor(merge_offset).assignments(); in CheckIsLoopPhiIfNeeded() local
237 if (!assignments.ContainsParameter(reg.ToParameterIndex())) return; in CheckIsLoopPhiIfNeeded()
241 if (!assignments.ContainsLocal(reg.index())) return; in CheckIsLoopPhiIfNeeded()
266 auto& assignments = loop_info->assignments(); in MergePointInterpreterFrameState() local
270 if (assignments.ContainsParameter(reg.ToParameterIndex())) { in MergePointInterpreterFrameState()
277 if (assignments.ContainsLocal(reg.index())) { in MergePointInterpreterFrameState()
/third_party/skia/resources/sksl/folding/
DSelfAssignment.sksl9 // All of these assignments can be preserved.
24 // All of these assignments should be eliminated.
/third_party/libabigail/docker/
DDockerfile.test17 CXXFLAGS="-g3 -fvar-tracking-assignments \
21 -fasynchronous-unwind-tables -O2" CFLAGS="-g3 -fvar-tracking-assignments \
DDockerfile.fedora11 CXXFLAGS="-g3 -fvar-tracking-assignments \
15 -fasynchronous-unwind-tables -O2" CFLAGS="-g3 -fvar-tracking-assignments \
/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.cc425 void UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments* assignments, in UpdateAssignments() argument
433 assignments->Add(iterator.GetRegisterOperand(i)); in UpdateAssignments()
439 assignments->AddList(r, reg_count); in UpdateAssignments()
443 assignments->AddList(iterator.GetRegisterOperand(i), 2); in UpdateAssignments()
447 assignments->AddList(iterator.GetRegisterOperand(i), 3); in UpdateAssignments()
457 assignments->Add(interpreter::Register::FromShortStar(bytecode)); in UpdateAssignments()
522 UpdateAssignments(bytecode, &current_loop_info->assignments(), iterator); in Analyze()
539 parent_loop_info->assignments().Union( in Analyze()
540 current_loop_info->assignments()); in Analyze()
Dbytecode-analysis.h85 BytecodeLoopAssignments& assignments() { return assignments_; } in assignments() function
86 const BytecodeLoopAssignments& assignments() const { return assignments_; } in assignments() function
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_explicit_attrib_location.txt92 fragment colors and indices by the GL. All such assignments will use
97 assignment in the shader text is used. Output binding assignments will
309 location by the linker. All such assignments will have a color index of
369 assignments.
382 Resolve the behavior of conflicting attribute assignments via shader
384 the behavior of conflicting assignments within two separate shader
386 explicit attribute assignments don't leave enough space for array
387 inputs or outputs (bug 5809). Clarify that any automatic assignments
390 layout qualifiers for attribute assignments are on individual
/third_party/openGLES/extensions/ARB/
DARB_explicit_attrib_location.txt102 fragment colors and indices by the GL. All such assignments will use
107 assignment in the shader text is used. Output binding assignments will
319 location by the linker. All such assignments will have a color index of
379 assignments.
392 Resolve the behavior of conflicting attribute assignments via shader
394 the behavior of conflicting assignments within two separate shader
396 explicit attribute assignments don't leave enough space for array
397 inputs or outputs (bug 5809). Clarify that any automatic assignments
400 layout qualifiers for attribute assignments are on individual
/third_party/libphonenumber/resources/carrier/en/
D86.txt16 # assignments are not clear. ITU / Wikipedia say they are assigned to China
18 # details about further assignments to virtual operators, mapped 86170 to China
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1092 …const assignments = getPropertyAssignmentsForWritesAndVariableDeclarations(exposedVariableDeclarat… constant
1094 assignments.unshift(factory.createShorthandPropertyAssignment(returnValueProperty));
1098 if (assignments.length === 1) {
1103 …wNodes.push(factory.createExpressionStatement(factory.createAssignment(assignments[0].name, call))…
1113 …sionStatement(factory.createAssignment(factory.createObjectLiteralExpression(assignments), call)));
1424 …const assignments = getPropertyAssignmentsForWritesAndVariableDeclarations(exposedVariableDeclarat… constant
1425 if (assignments.length === 1) {
1426 rewrittenStatements.push(factory.createReturnStatement(assignments[0].name));
1429 …Statements.push(factory.createReturnStatement(factory.createObjectLiteralExpression(assignments)));
1440 …const assignments: ObjectLiteralElementLike[] = getPropertyAssignmentsForWritesAndVariableDeclarat… constant
[all …]
/third_party/vk-gl-cts/data/gles2/shaders/
Dmisc.test1 group compound_assignment "Compound assignments with interesting lvalues"
/third_party/skia/tests/sksl/errors/
DOpaqueTypeAssignment.glsl7 error: 6: assignments to opaque type 'sampler' are not permitted
/third_party/ninja/misc/
Dninja.vim30 " toplevel variable assignments (ident '=' value).
42 " let assignments.
/third_party/skia/third_party/externals/tint/src/transform/
Dcanonicalize_entry_point_io.cc372 ast::StatementList assignments; in CreateOutputStruct() local
390 assignments.push_back(ctx.dst->Assign( in CreateOutputStruct()
407 wrapper_body.insert(wrapper_body.end(), assignments.begin(), in CreateOutputStruct()
408 assignments.end()); in CreateOutputStruct()

12345678910>>...14