Searched refs:operation_type (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils2.c757 tree operation_type = result_type;
762 if (operation_type
763 && TREE_CODE (operation_type) == RECORD_TYPE
764 && TYPE_JUSTIFIED_MODULAR_P (operation_type))
765 operation_type = TREE_TYPE (TYPE_FIELDS (operation_type));
767 if (operation_type
768 && TREE_CODE (operation_type) == INTEGER_TYPE
769 && TYPE_EXTRA_SUBTYPE_P (operation_type))
770 operation_type
751 tree operation_type = result_type; local
1232 tree operation_type = result_type; local
[all...]
H A Dtrans.c3539 tree operation_type = TREE_TYPE (ret_obj);
3544 if (operation_type != TREE_TYPE (ret_val))
3545 ret_val = convert (operation_type, ret_val);
3554 && AGGREGATE_TYPE_P (operation_type)
3555 && !TYPE_IS_FAT_POINTER_P (operation_type)
3556 && TYPE_MODE (operation_type) == BLKmode
3557 && aggregate_value_p (operation_type, current_function_decl))
3530 tree operation_type = TREE_TYPE (ret_obj); local
/haiku-buildtools/gcc/gcc/
H A Dtree-vectorizer.h36 enum operation_type { enum
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h1577 operation_type(Operator op, Type* left_type, Type* right_type,
H A Dexpressions.cc4365 Binary_expression::operation_type(Operator op, Type* left_type, function in class:Binary_expression
4453 if (!Binary_expression::operation_type(op, left_type, right_type, &type))
4609 if (!Binary_expression::operation_type(op, left_type, right_type, &type))
5327 if (!Binary_expression::operation_type(this->op_,

Completed in 207 milliseconds