Searched refs:domain_type (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | prdbg.c | 898 char *domain_type; in pr_method_type() local 905 domain_type = NULL; in pr_method_type() 910 domain_type = pop_type (info); in pr_method_type() 911 if (domain_type == NULL) in pr_method_type() 913 if (strncmp (domain_type, "class ", sizeof "class " - 1) == 0 in pr_method_type() 914 && strchr (domain_type + sizeof "class " - 1, ' ') == NULL) in pr_method_type() 915 domain_type += sizeof "class " - 1; in pr_method_type() 916 else if (strncmp (domain_type, "union class ", in pr_method_type() 918 && (strchr (domain_type + sizeof "union class " - 1, ' ') in pr_method_type() 920 domain_type += sizeof "union class " - 1; in pr_method_type() [all …]
|
| D | debug.c | 256 debug_type domain_type; member 1575 debug_type domain_type, debug_type *arg_types, in debug_make_method_type() argument 1593 m->domain_type = domain_type; in debug_make_method_type() 2626 if (type->u.kmethod->domain_type != NULL) in debug_write_type() 2629 type->u.kmethod->domain_type, in debug_write_type() 2634 type->u.kmethod->domain_type != NULL, in debug_write_type() 3186 || ! debug_type_samep (info, t1->u.kmethod->domain_type, in debug_type_samep() 3187 t2->u.kmethod->domain_type) in debug_type_samep()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | eval.c | 1008 struct type *domain_type = in evaluate_subexp_standard() local 1012 if (domain_type != basetype) in evaluate_subexp_standard() 1013 arg2 = value_cast (lookup_pointer_type (domain_type), arg2); in evaluate_subexp_standard() 1014 basetype = TYPE_VPTR_BASETYPE (domain_type); in evaluate_subexp_standard() 1024 arg1 = value_virtual_fn_field (&temp, f, j, domain_type, 0); in evaluate_subexp_standard()
|
| D | gdbtypes.c | 821 create_set_type (struct type *result_type, struct type *domain_type) in create_set_type() argument 826 result_type = alloc_type (TYPE_OBJFILE (domain_type)); in create_set_type() 834 if (!TYPE_STUB (domain_type)) in create_set_type() 836 if (get_discrete_bounds (domain_type, &low_bound, &high_bound) < 0) in create_set_type() 842 TYPE_FIELD_TYPE (result_type, 0) = domain_type; in create_set_type()
|
| D | valops.c | 1054 struct type *domain_type = create_range_type (NULL, builtin_type_int, in value_bitstring() local 1056 struct type *type = create_set_type ((struct type *) NULL, domain_type); in value_bitstring()
|
| D | dwarf2read.c | 4034 struct type *domain_type; in read_set_type() local 4042 domain_type = die_type (die, cu); in read_set_type() 4044 die->type = create_set_type (NULL, domain_type); in read_set_type()
|