Searched refs:rhs_type (Results 1 – 4 of 4) sorted by relevance
249 const char *rhs_type = in grammar_rule_check() local251 if (!UNIQSTR_EQ (lhs_type, rhs_type)) in grammar_rule_check()254 lhs_type, rhs_type); in grammar_rule_check()
601 const glsl_type *rhs_type = rhs->type; in validate_assignment() local606 if (rhs_type->is_error()) in validate_assignment()611 if (rhs_type == lhs_type) in validate_assignment()628 rhs_type = rhs->type; in validate_assignment()629 if (rhs_type == lhs_type) in validate_assignment()
574 const glsl_type *rhs_type = glsl_type::get_instance(var->type->base_type, in emit_inline_vector_constructor() local577 ir_rvalue *rhs = new(ctx) ir_constant(rhs_type, &data); in emit_inline_vector_constructor()
73 int rhs_type; in equal_values_helper() local76 rhs_type = _dbus_type_reader_get_current_type (rhs); in equal_values_helper()78 if (lhs_type != rhs_type) in equal_values_helper()