Home
last modified time | relevance | path

Searched refs:can_remove (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/util/collections/
DHashCodeAndEqualsSafeSetTest.java51 public void can_remove() throws Exception { in can_remove() method in HashCodeAndEqualsSafeSetTest
/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp1944 bool can_remove = block->index < branch->target[0]; in lower_to_hw_instr() local
1945 for (unsigned i = block->index + 1; can_remove && i < branch->target[0]; i++) { in lower_to_hw_instr()
1947 can_remove = false; in lower_to_hw_instr()
1949 if (can_remove) in lower_to_hw_instr()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c5724 can_remove(nir_variable *var, void *data) in can_remove() function
5878 .can_remove_var = can_remove, in spirv_to_nir()