Home
last modified time | relevance | path

Searched refs:rhs_type (Results 1 – 4 of 4) sorted by relevance

/external/bison/src/
Dreader.c249 const char *rhs_type = in grammar_rule_check() local
251 if (!UNIQSTR_EQ (lhs_type, rhs_type)) in grammar_rule_check()
254 lhs_type, rhs_type); in grammar_rule_check()
/external/mesa3d/src/glsl/
Dast_to_hir.cpp601 const glsl_type *rhs_type = rhs->type; in validate_assignment() local
606 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()
Dast_function.cpp574 const glsl_type *rhs_type = glsl_type::get_instance(var->type->base_type, in emit_inline_vector_constructor() local
577 ir_rvalue *rhs = new(ctx) ir_constant(rhs_type, &data); in emit_inline_vector_constructor()
/external/dbus/dbus/
Ddbus-marshal-recursive-util.c73 int rhs_type; in equal_values_helper() local
76 rhs_type = _dbus_type_reader_get_current_type (rhs); in equal_values_helper()
78 if (lhs_type != rhs_type) in equal_values_helper()