Searched refs:other_var (Results 1 – 3 of 3) sorted by relevance
95 other_var = 'something_else'96 other_set.add(other_var)99 self.assertNotIn(other_var, my_set)
1184 ir_variable *other_var = ((ir_instruction *) node2)->as_variable(); in update_array_sizes() local1185 if (!other_var) in update_array_sizes()1188 if (strcmp(var->name, other_var->name) == 0 && in update_array_sizes()1189 other_var->max_array_access > size) { in update_array_sizes()1190 size = other_var->max_array_access; in update_array_sizes()
608 Variable* other_var = current->variables_.Lookup(name); in CheckConflictingVarDeclarations() local609 if (other_var != NULL && IsLexicalVariableMode(other_var->mode())) { in CheckConflictingVarDeclarations()