Searched refs:right_type (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils2.c754 tree right_type = TREE_TYPE (right_operand);
756 tree right_base_type = get_base_type (right_type);
806 && (TYPE_MODE (right_type) == BLKmode
817 if ((TREE_CODE (right_type) == RECORD_TYPE
818 || TREE_CODE (right_type) == UNION_TYPE)
819 && TYPE_ALIGN_OK (right_type))
820 operation_type = right_type;
837 && !integer_zerop (TYPE_SIZE (right_type)))
843 && TYPE_MODE (right_type) != BLKmode
846 operation_type = right_type;
748 tree right_type = TREE_TYPE (right_operand); local
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc4366 Type* right_type, Type** result_type)
4368 if (left_type != right_type
4370 && !right_type->is_abstract()
4371 && left_type->base() != right_type->base()
4388 else if (!right_type->is_abstract() && right_type->named_type() != NULL)
4389 *result_type = right_type;
4392 else if (!right_type->is_abstract())
4393 *result_type = right_type;
4396 else if (right_type
4365 operation_type(Operator op, Type* left_type, Type* right_type, Type** result_type) argument
4450 Type* right_type = right_nc->type(); local
4606 Type* right_type = right_nc->type(); local
5124 Type* right_type = this->right_->type(); local
5549 Type* right_type = this->right_->type(); local
5655 Type* right_type = this->right_->type(); local
6093 Type* right_type = right->type(); local
[all...]
H A Dexpressions.h1577 operation_type(Operator op, Type* left_type, Type* right_type,

Completed in 118 milliseconds