Home
last modified time | relevance | path

Searched defs:assignments (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dopt_dead_code_local.cpp71 kill_for_derefs_visitor(exec_list *assignments) in kill_for_derefs_visitor()
140 exec_list *assignments; member in __anondd3f89520111::kill_for_derefs_visitor
172 process_assignment(void *lin_ctx, ir_assignment *ir, exec_list *assignments) in process_assignment()
308 exec_list assignments; in dead_code_local_basic_block() local
/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
83 public static Change of(RangeTree ranges, Iterable<Assignment<?>> assignments) { in of()
DRangeTable.java384 List<Assignment<?>> assignments = row.getValue().entrySet().stream() in from() local
387 table.apply(Change.of(RangeTree.from(row.getKey()), assignments)); in from() local
/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.h85 BytecodeLoopAssignments& assignments() { return assignments_; } in assignments() function
86 const BytecodeLoopAssignments& assignments() const { return assignments_; } in assignments() function
Dbytecode-analysis.cc425 void UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments* assignments, in UpdateAssignments()
Dbytecode-graph-builder.cc853 const BytecodeLoopAssignments& assignments, in PrepareForLoop()
921 Node* loop, const BytecodeLoopAssignments& assignments, in PrepareForLoopExit()
/third_party/node/deps/v8/src/maglev/
Dmaglev-interpreter-frame-state.h235 auto& assignments = analysis.GetLoopInfoFor(merge_offset).assignments(); in CheckIsLoopPhiIfNeeded() local
266 auto& assignments = loop_info->assignments(); in MergePointInterpreterFrameState() local
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1092 …const assignments = getPropertyAssignmentsForWritesAndVariableDeclarations(exposedVariableDeclarat… constant
1424 …const assignments = getPropertyAssignmentsForWritesAndVariableDeclarations(exposedVariableDeclarat… constant
1440 …const assignments: ObjectLiteralElementLike[] = getPropertyAssignmentsForWritesAndVariableDeclarat… constant
/third_party/mesa3d/src/amd/compiler/
Daco_validate.cpp942 const std::vector<Assignment>& assignments, const Location& loc, in validate_instr_defs()
1001 std::vector<Assignment> assignments(program->peekAllocationId()); in validate_ra() local
Daco_register_allocation.cpp73 std::vector<assignment> assignments; member
/third_party/skia/third_party/externals/tint/src/transform/
Dcanonicalize_entry_point_io.cc372 ast::StatementList assignments; in CreateOutputStruct() local
/third_party/ltp/tools/sparse/sparse-src/
Dexpression.c932 static const int assignments[] = { in assignment_expression() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp5715 std::string assignments; in test() local
20497 const GLchar* assignments = 0; in test() local
20788 const GLchar* assignments = ""; in test() local
21095 const GLchar* assignments = ""; in test() local
22309 const GLchar* assignments = ""; in test() local
23322 const GLchar* assignments = ""; in test() local
23575 const GLchar* assignments = ""; in test() local
24646 std::string assignments = " chichi = uni_chichi;\n" in test() local
24953 const GLchar* assignments = ""; in test() local
26140 const GLchar* assignments = ""; in test() local
[all …]
/third_party/typescript/src/compiler/
Dchecker.ts11259 const assignments = symbol.assignmentDeclarationMembers; constant