Searched refs:decl_type (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/java/
H A Ddecl.c203 tree decl_type = TREE_TYPE (decl); local
210 if (decl_type == type
211 || (INTEGRAL_TYPE_P (decl_type)
213 && TYPE_PRECISION (decl_type) <= 32
215 && TYPE_PRECISION (decl_type) >= TYPE_PRECISION (type))
218 || (TREE_CODE (decl_type) == POINTER_TYPE
232 || (TREE_CODE (decl_type) == POINTER_TYPE
237 || (decl_type == type && TREE_TYPE (best) != type))
331 tree decl_type; local
336 decl_type
[all...]
/haiku-buildtools/gcc/gcc/config/nvptx/
H A Dnvptx.c790 tree decl_type = NULL_TREE;
803 decl_type = TREE_TYPE (decl);
851 && (decl_type == NULL_TREE
852 || (external_decl && TYPE_ARG_TYPES (decl_type) == NULL_TREE)))
788 tree decl_type = NULL_TREE; local
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c8651 tree decl_type;
8658 decl_type = TREE_TYPE (decl);
8659 if (explicit_args && uses_template_parms (decl_type))
8678 decl_type = tsubst (decl_type, converted_args, /*complain=*/0,
8680 if (decl_type == error_mark_node)
8686 decl_arg_types = TYPE_ARG_TYPES (decl_type);
8693 TREE_TYPE (decl_type),
8649 tree decl_type; local
H A Ddecl.c11854 tree decl_type;
11871 decl_type = decl;
11875 decl_type = TREE_TYPE (decl);
11880 || decl_type == error_mark_node)
11890 || !can_convert_arg (decl_type, TREE_TYPE (arg), arg))
11897 decl_type, TREE_TYPE (arg));
11834 tree decl_type; local
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-array.c7645 tree decl_type; local
7661 decl_type = TREE_TYPE (decl);
7663 if ((POINTER_TYPE_P (decl_type))
7664 || (TREE_CODE (decl_type) == REFERENCE_TYPE && rank == 0))
7673 decl_type = TREE_TYPE (decl);
7677 if (TREE_CODE (decl_type) == ARRAY_TYPE
7678 || (GFC_DESCRIPTOR_TYPE_P (decl_type) && rank != 0))
7684 if (GFC_DESCRIPTOR_TYPE_P (decl_type))
7702 tmp = array_type_nelts (decl_type);
7746 tmp = gfc_duplicate_allocatable (dest, decl, decl_type, ran
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c1262 tree decl_type; local
1283 decl_type = TREE_TYPE (DECL_TI_TEMPLATE (decl));
1286 decl_type = TREE_TYPE (decl);
1294 if (!same_type_p (TREE_TYPE (decl_type), TREE_TYPE (friend_type)))
1300 decl_args_type = TYPE_ARG_TYPES (decl_type);
1312 tree decl_type = TREE_TYPE (decl); local
1317 = CLASSTYPE_TEMPLATE_INFO (decl_type)
1318 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (decl_type));
1327 if (DECL_NAME (CLASSTYPE_TI_TEMPLATE (decl_type))
1336 (DECL_TEMPLATE_PARMS (CLASSTYPE_TI_TEMPLATE (decl_type)),
19290 tree decl_type = TREE_TYPE (decl); local
[all...]
H A Ddecl.c11244 tree decl_type;
11254 decl_type = decl;
11258 decl_type = TREE_TYPE (decl);
11263 || decl_type == error_mark_node)
11273 perform_implicit_conversion_flags (decl_type, arg, complain,
11279 if (TYPE_PTR_OR_PTRMEM_P (decl_type)
11228 tree decl_type; local
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c5648 tree decl_type = TREE_TYPE (decl); local
5649 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decl_type);
5679 push_fields_onto_fieldstack (decl_type, &fieldstack, 0);
H A Dtree-sra.c990 tree fld, decl_type = TREE_TYPE (decl); local
992 for (fld = TYPE_FIELDS (decl_type); fld; fld = DECL_CHAIN (fld))
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000-c.c4682 tree decl_type = TREE_VALUE (fnargs);
4710 if (POINTER_TYPE_P (decl_type)
4715 && !TYPE_READONLY (TREE_TYPE (decl_type)))
4680 tree decl_type = TREE_VALUE (fnargs); local

Completed in 332 milliseconds