Home
last modified time | relevance | path

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

/external/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 __anon389c3a9b0111::kill_for_derefs_visitor
172 process_assignment(void *lin_ctx, ir_assignment *ir, exec_list *assignments) in process_assignment()
315 exec_list assignments; in dead_code_local_basic_block() local
/external/junit/src/main/java/org/junit/experimental/theories/internal/
DEnumSupplier.java22 List<PotentialAssignment> assignments = new ArrayList<PotentialAssignment>(); in getValueSources() local
DAssignments.java77 List<PotentialAssignment> assignments = getSupplier(unassigned).getValueSources(unassigned); in potentialsForNextUnassigned() local
/external/python/jinja/docs/
Dtemplates.rst943 .. _assignments: target
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_test.cc418 } assignments[] = { in TEST_F() local
/external/mesa3d/src/amd/compiler/
Daco_validate.cpp704 std::map<unsigned, Assignment> assignments; in validate_ra() local
Daco_register_allocation.cpp65 std::vector<assignment> assignments; member
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp5721 std::string assignments; in test() local
20500 const GLchar* assignments = 0; in test() local
20791 const GLchar* assignments = ""; in test() local
21098 const GLchar* assignments = ""; in test() local
22315 const GLchar* assignments = ""; in test() local
23328 const GLchar* assignments = ""; in test() local
23581 const GLchar* assignments = ""; in test() local
24653 std::string assignments = " chichi = uni_chichi;\n" in test() local
24961 const GLchar* assignments = ""; in test() local
26152 const GLchar* assignments = ""; in test() local
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-use-after-move.cpp628 void assignments(int i) { in assignments() function