Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-sra.c1039 completely_scalarize (tree base, tree decl_type, HOST_WIDE_INT offset, tree ref) in completely_scalarize() argument
1041 switch (TREE_CODE (decl_type)) in completely_scalarize()
1044 for (tree fld = TYPE_FIELDS (decl_type); fld; fld = DECL_CHAIN (fld)) in completely_scalarize()
1052 TYPE_REVERSE_STORAGE_ORDER (decl_type), in completely_scalarize()
1058 tree elemtype = TREE_TYPE (decl_type); in completely_scalarize()
1064 tree minidx = TYPE_MIN_VALUE (TYPE_DOMAIN (decl_type)); in completely_scalarize()
1066 tree maxidx = TYPE_MAX_VALUE (TYPE_DOMAIN (decl_type)); in completely_scalarize()
1071 tree domain = TYPE_DOMAIN (decl_type); in completely_scalarize()
1088 TYPE_REVERSE_STORAGE_ORDER (decl_type), in completely_scalarize()
H A Dtree-ssa-structalias.c5945 tree decl_type = TREE_TYPE (decl); in create_variable_info_for_1() local
5946 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decl_type); in create_variable_info_for_1()
5976 push_fields_onto_fieldstack (decl_type, &fieldstack, 0); in create_variable_info_for_1()
6015 if (POINTER_TYPE_P (decl_type) in create_variable_info_for_1()
6016 && TYPE_RESTRICT (decl_type)) in create_variable_info_for_1()
6019 && !type_contains_placeholder_p (TREE_TYPE (decl_type)) in create_variable_info_for_1()
6022 TYPE_UID (TREE_TYPE (decl_type)))) in create_variable_info_for_1()
6025 tree heapvar = build_fake_var_decl (TREE_TYPE (decl_type)); in create_variable_info_for_1()
6029 TYPE_UID (TREE_TYPE (decl_type))); in create_variable_info_for_1()
6034 TYPE_UID (TREE_TYPE (decl_type))); in create_variable_info_for_1()
H A Dattribs.c377 tree decl_type = TREE_TYPE (last_decl); in diag_attr_exclusions() local
378 found |= diag_attr_exclusions (last_decl, decl_type, attrname, spec); in diag_attr_exclusions()
H A Dhsa-gen.c3603 BrigType16_t decl_type in get_format_argument_type() local
3605 return mem_type_for_type (decl_type); in get_format_argument_type()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c1216 tree decl_type; in is_specialization_of_friend() local
1240 decl_type = TREE_TYPE (decl); in is_specialization_of_friend()
1254 decl_args_type = TYPE_ARG_TYPES (decl_type); in is_specialization_of_friend()
1266 tree decl_type = TREE_TYPE (decl); in is_specialization_of_friend() local
1271 = CLASSTYPE_TEMPLATE_INFO (decl_type) in is_specialization_of_friend()
17163 tree decl_type; in get_bindings() local
17172 decl_type = TREE_TYPE (decl); in get_bindings()
17193 decl_type = tsubst (decl_type, converted_args, tf_none, NULL_TREE); in get_bindings()
17194 if (decl_type == error_mark_node) in get_bindings()
17200 TYPE_ARG_TYPES (decl_type)); in get_bindings()
[all …]
H A Ddecl.c10557 tree decl_type; in check_default_argument() local
10567 decl_type = decl; in check_default_argument()
10571 decl_type = TREE_TYPE (decl); in check_default_argument()
10576 || decl_type == error_mark_node) in check_default_argument()
10586 || !can_convert_arg (decl_type, TREE_TYPE (arg), arg, LOOKUP_NORMAL)) in check_default_argument()
10593 decl_type, TREE_TYPE (arg)); in check_default_argument()
10600 && (TYPE_PTR_P (decl_type) || TYPE_PTR_TO_MEMBER_P (decl_type)) in check_default_argument()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c1395 tree decl_type; in is_specialization_of_friend() local
1416 decl_type = TREE_TYPE (DECL_TI_TEMPLATE (decl)); in is_specialization_of_friend()
1419 decl_type = TREE_TYPE (decl); in is_specialization_of_friend()
1433 decl_args_type = TYPE_ARG_TYPES (decl_type); in is_specialization_of_friend()
1445 tree decl_type = TREE_TYPE (decl); in is_specialization_of_friend() local
1450 = CLASSTYPE_TEMPLATE_INFO (decl_type) in is_specialization_of_friend()
1460 if (DECL_NAME (CLASSTYPE_TI_TEMPLATE (decl_type)) in is_specialization_of_friend()
1469 (DECL_TEMPLATE_PARMS (CLASSTYPE_TI_TEMPLATE (decl_type)), in is_specialization_of_friend()
22668 tree decl_type = TREE_TYPE (decl); in get_bindings() local
22678 TYPE_ARG_TYPES (decl_type)); in get_bindings()
[all …]
H A Ddecl.c12733 tree decl_type; in check_default_argument() local
12743 decl_type = decl; in check_default_argument()
12747 decl_type = TREE_TYPE (decl); in check_default_argument()
12752 || decl_type == error_mark_node) in check_default_argument()
12764 perform_implicit_conversion_flags (decl_type, carg, complain, in check_default_argument()
12770 if (TYPE_PTR_OR_PTRMEM_P (decl_type) in check_default_argument()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-sra.c927 tree fld, decl_type = TREE_TYPE (decl); in completely_scalarize_record() local
929 for (fld = TYPE_FIELDS (decl_type); fld; fld = DECL_CHAIN (fld)) in completely_scalarize_record()
H A Dtree-ssa-structalias.c5466 tree decl_type = TREE_TYPE (decl); in create_variable_info_for_1() local
5467 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decl_type); in create_variable_info_for_1()
5498 push_fields_onto_fieldstack (decl_type, &fieldstack, 0); in create_variable_info_for_1()