Searched refs:domain_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dprdbg.c902 char *domain_type;
909 domain_type = NULL;
914 domain_type = pop_type (info);
915 if (domain_type == NULL)
917 if (CONST_STRNEQ (domain_type, "class ")
918 && strchr (domain_type + sizeof "class " - 1, ' ') == NULL)
919 domain_type += sizeof "class " - 1;
920 else if (CONST_STRNEQ (domain_type, "union class ")
921 && (strchr (domain_type + sizeof "union class " - 1, ' ')
923 domain_type
897 char *domain_type; local
[all...]
H A Ddebug.c254 debug_type domain_type; member in struct:debug_method_type
1575 debug_type domain_type, debug_type *arg_types,
1593 m->domain_type = domain_type;
2627 if (type->u.kmethod->domain_type != NULL)
2630 type->u.kmethod->domain_type,
2635 type->u.kmethod->domain_type != NULL,
3187 || ! debug_type_samep (info, t1->u.kmethod->domain_type,
3188 t2->u.kmethod->domain_type)
1572 debug_make_method_type(void *handle, debug_type return_type, debug_type domain_type, debug_type *arg_types, bfd_boolean varargs) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Deval.c1012 struct type *domain_type =
1016 if (domain_type != basetype)
1017 arg2 = value_cast (lookup_pointer_type (domain_type), arg2);
1018 basetype = TYPE_VPTR_BASETYPE (domain_type);
1028 arg1 = value_virtual_fn_field (&temp, f, j, domain_type, 0);
1010 struct type *domain_type = local
H A Dgdbtypes.c789 create_set_type (struct type *result_type, struct type *domain_type) argument
794 result_type = alloc_type (TYPE_OBJFILE (domain_type));
802 if (!TYPE_STUB (domain_type))
804 if (get_discrete_bounds (domain_type, &low_bound, &high_bound) < 0)
810 TYPE_FIELD_TYPE (result_type, 0) = domain_type;
H A Dvalops.c1181 struct type *domain_type = create_range_type (NULL, builtin_type_int,
1183 struct type *type = create_set_type ((struct type *) NULL, domain_type);
1180 struct type *domain_type = create_range_type (NULL, builtin_type_int, local
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c5891 tree domain_type = TYPE_DOMAIN (TREE_TYPE (TREE_OPERAND (exp, 0)));
5899 if (domain_type && TYPE_MIN_VALUE (domain_type))
5900 return SUBSTITUTE_PLACEHOLDER_IN_EXPR (TYPE_MIN_VALUE (domain_type), exp);
5912 tree domain_type = TYPE_DOMAIN (TREE_TYPE (TREE_OPERAND (exp, 0)));
5916 if (domain_type && TYPE_MAX_VALUE (domain_type))
5917 return SUBSTITUTE_PLACEHOLDER_IN_EXPR (TYPE_MAX_VALUE (domain_type), exp);
5876 tree domain_type = TYPE_DOMAIN (TREE_TYPE (TREE_OPERAND (exp, 0))); local
5897 tree domain_type = TYPE_DOMAIN (TREE_TYPE (TREE_OPERAND (exp, 0))); local
H A Dtree.c7093 tree domain_type = TYPE_DOMAIN (TREE_TYPE (ref));
7096 range_min = TYPE_MIN_VALUE (domain_type);
7097 range_max = TYPE_MAX_VALUE (domain_type);
7063 tree domain_type = TYPE_DOMAIN (TREE_TYPE (ref)); local

Completed in 178 milliseconds