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

/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000-c.c4472 tree arg1_type;
4488 arg1_type = TREE_TYPE (arg1);
4490 if (TREE_CODE (arg1_type) != VECTOR_TYPE)
4500 unsigned int last_elem = TYPE_VECTOR_SUBPARTS (arg1_type) - 1;
4507 mode = TYPE_MODE (arg1_type);
4531 arg1_inner_type = TREE_TYPE (arg1_type);
4534 TYPE_VECTOR_SUBPARTS (arg1_type)
4536 decl = build_decl (loc, VAR_DECL, NULL_TREE, arg1_type);
4541 TREE_TYPE (decl) = arg1_type;
4542 TREE_READONLY (decl) = TYPE_READONLY (arg1_type);
4470 tree arg1_type; local
4573 tree arg1_type; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dcom.c3963 tree arg1_type;
4011 arg1_type = ffecom_tree_type
4015 arg1_type = NULL_TREE; /* Really not needed, but might catch bugs
4077 if (TREE_CODE (arg1_type) == COMPLEX_TYPE)
4078 arg1_type = TREE_TYPE (arg1_type);
4080 arg1_type = TREE_TYPE (TYPE_FIELDS (arg1_type));
4084 ffecom_1 (IMAGPART_EXPR, arg1_type,
4101 convert (arg1_type,
3962 tree arg1_type; local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c4608 tree arg1_type = TREE_TYPE (arg1);
4621 tree ctype = TREE_TYPE (arg1_type);
4635 TYPE_VECTOR_SUBPARTS (arg1_type));
4698 || TYPE_VECTOR_SUBPARTS (arg1_type)
4700 || TYPE_SIZE (arg1_type) != TYPE_SIZE (arg2_type))
4712 build_zero_cst (arg1_type), complain);
/haiku-buildtools/gcc/gcc/
H A Dfold-const.c4918 tree arg1_type = TREE_TYPE (arg1);
4961 tem = fold_convert_loc (loc, arg1_type, arg1);
13086 tree arg1_type = TREE_TYPE (arg1);
13087 unsigned int prec = TYPE_PRECISION (arg1_type);
13090 && (INTEGRAL_TYPE_P (arg1_type) || POINTER_TYPE_P (arg1_type)))
13092 wide_int max = wi::max_value (arg1_type);
13094 wide_int min = wi::min_value (arg1_type);
13177 && TYPE_UNSIGNED (arg1_type)
13182 && prec == GET_MODE_PRECISION (TYPE_MODE (arg1_type))
4896 tree arg1_type = TREE_TYPE (arg1); local
13057 tree arg1_type = TREE_TYPE (arg1); local
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc7961 Type* arg1_type = args->front()->type(); local
7963 if (arg1_type->is_error() || arg2_type->is_error())
7970 if (arg1_type->is_slice_type())
7971 e1 = arg1_type->array_type()->element_type();
8358 Type* arg1_type = arg1->type(); local
8359 Array_type* at = arg1_type->array_type();

Completed in 342 milliseconds