HomeSort by relevance Sort by last modified time
    Searched refs:lhs_type (Results 1 - 4 of 4) sorted by null

  /external/bison/src/
reader.c 251 char const *lhs_type = r->sym->type_name;
254 if (!UNIQSTR_EQ (lhs_type, rhs_type))
257 lhs_type, rhs_type);
248 char const *lhs_type = r->sym->type_name; local
  /cts/tools/dasm/src/java_cup/
production.java 435 * @param lhs_type the object type associated with the LHS symbol.
441 String lhs_type)
467 label_types.put("RESULT", lhs_type);
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 589 * \c NULL if \c rhs cannot be assigned to a location with type \c lhs_type.
599 const glsl_type *lhs_type, ir_rvalue *rhs)
611 if (rhs_type == lhs_type)
620 if (lhs_type->is_array() && rhs->type->is_array()
621 && (lhs_type->element_type() == rhs->type->element_type())
622 && (lhs_type->array_size() == 0)) {
627 if (apply_implicit_conversion(lhs_type, rhs, state)) {
629 if (rhs_type == lhs_type)
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 72 int lhs_type; local
75 lhs_type = _dbus_type_reader_get_current_type (lhs);
78 if (lhs_type != rhs_type)
81 if (lhs_type == DBUS_TYPE_INVALID)
84 if (dbus_type_is_basic (lhs_type))
95 return basic_value_equal (lhs_type, &lhs_value, &rhs_value);
    [all...]

Completed in 177 milliseconds