Searched refs:target_type (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-typeprint.c139 struct type *target_type;
140 target_type = TYPE_TARGET_TYPE (type);
141 if (target_type == NULL)
142 target_type = type;
144 switch (TYPE_CODE (target_type))
153 target_type = builtin_type_ada_int;
177 ada_print_scalar (target_type, lower_bound, stream);
179 ada_print_scalar (target_type, upper_bound, stream);
138 struct type *target_type; local
H A Dada-valprint.c611 struct type *target_type = TYPE_TARGET_TYPE (type);
612 if (TYPE_LENGTH (type) != TYPE_LENGTH (target_type))
618 struct value *v = value_cast (target_type,
621 return ada_val_print_1 (target_type, VALUE_CONTENTS (v), 0, 0,
610 struct type *target_type = TYPE_TARGET_TYPE (type); local
H A Docd.c163 enum ocd_target_type target_type;
165 target_type = *(enum ocd_target_type *) dummy;
176 buf[3] = target_type;
249 ocd_open (char *name, int from_tty, enum ocd_target_type target_type,
303 if (!catch_errors (ocd_start_remote, &target_type,
161 enum ocd_target_type target_type; local
247 ocd_open(char *name, int from_tty, enum ocd_target_type target_type, struct target_ops *ops) argument
H A Djv-valprint.c456 struct type *target_type; local
486 target_type = check_typedef (TYPE_TARGET_TYPE (type));
488 if (TYPE_CODE (target_type) == TYPE_CODE_FUNC)
H A Dcp-valprint.c83 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); local
85 domain = TYPE_DOMAIN_TYPE (target_type);
H A Darm-tdep.c1249 struct type *target_type; local
1255 target_type = TYPE_TARGET_TYPE (arg_type);
1263 && target_type != NULL
1264 && TYPE_CODE_FUNC == TYPE_CODE (target_type))
H A Dgdbtypes.h350 struct type *target_type; member in struct:main_type
772 #define TYPE_TARGET_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->target_type
H A Dp-valprint.c605 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type));
607 domain = TYPE_DOMAIN_TYPE (target_type);
603 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); local
H A Dgdbtypes.c1457 struct type *target_type = check_typedef (TYPE_TARGET_TYPE (type)); local
1459 if (TYPE_STUB (target_type) || TYPE_TARGET_STUB (target_type))
1473 * TYPE_LENGTH (target_type));
1478 TYPE_LENGTH (type) = TYPE_LENGTH (target_type);
2988 printfi_filtered (spaces, "target_type ");
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcvt.c355 tree target_type = TREE_TYPE (type);
383 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type)
385 && IS_AGGR_TYPE (target_type))
388 tree binfo = lookup_base (argtype, target_type, ba_check, NULL);
392 return error_not_base_type (target_type, argtype);
397 = convert_to_pointer_force (build_pointer_type (target_type), rval);
354 tree target_type = TREE_TYPE (type); local
H A Dclass.c245 tree target_type; local
291 target_type = code == PLUS_EXPR ? BINFO_TYPE (binfo) : BINFO_TYPE (d_binfo);
312 target_type
313 = cp_build_qualified_type (target_type,
315 return build_nop (build_pointer_type (target_type), expr);
342 target_type = TREE_TYPE (expr);
399 target_type = cp_build_qualified_type
400 (target_type, cp_type_quals (TREE_TYPE (TREE_TYPE (expr))));
401 ptr_target_type = build_pointer_type (target_type);
403 target_type
5726 resolve_address_of_overloaded_function(tree target_type, tree overload, tsubst_flags_t flags, bool template_only, tree explicit_targs, tree access_path) argument
[all...]
H A Drtti.c593 tree static_type, target_type, boff;
631 target_type = TYPE_MAIN_VARIANT (TREE_TYPE (type));
633 td2 = get_tinfo_decl (target_type);
641 boff = dcast_base_hint (static_type, target_type);
591 tree static_type, target_type, boff; local
H A Dtypeck.c3837 tree target_type = TREE_TYPE (ptrtype);
3839 if (!complete_type_or_else (target_type, NULL_TREE))
3844 if (TREE_CODE (target_type) == VOID_TYPE)
3846 if (TREE_CODE (target_type) == FUNCTION_TYPE)
3848 if (TREE_CODE (target_type) == METHOD_TYPE)
3864 ? size_in_bytes (target_type)
3828 tree target_type = TREE_TYPE (ptrtype); local
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dfunctional_iterate.h797 const type_info& target_type() const;
803 * if @c typeid(Functor).equals(target_type()); otherwise, a NULL
870 function<_Res(_GLIBCXX_TEMPLATE_ARGS)>::target_type() const function in class:std::function
889 if (typeid(_Functor) == target_type() && _M_manager)
909 if (typeid(_Functor) == target_type() && _M_manager)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddebug.c244 debug_type target_type; member in struct:debug_offset_type
1545 debug_type target_type)
1551 if (base_type == NULL || target_type == NULL)
1562 o->target_type = target_type;
2608 type->u.koffset->target_type,
3179 && debug_type_samep (info, t1->u.koffset->target_type,
3180 t2->u.koffset->target_type));
1542 debug_make_offset_type(void *handle, debug_type base_type, debug_type target_type) argument
H A Ddllwrap.c89 target_type; typedef in typeref:enum:__anon405
91 static target_type which_target = UNKNOWN_TARGET;
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhptintf.h937 /* param type is determined by target_type and info_type*/
940 HPT_U8 target_type; member in struct:_SET_DEV_INFO
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dhptintf.h1067 /* param type is determined by target_type and info_type*/
1070 HPT_U8 target_type; member in struct:_SET_DEV_INFO
/freebsd-9.3-release/sys/dev/hptnr/
H A Dhptintf.h1131 /* param type is determined by target_type and info_type*/
1134 HPT_U8 target_type; member in struct:_SET_DEV_INFO
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c2706 tree target_type = TREE_TYPE (TREE_TYPE (op0));
2712 if (TREE_CODE (target_type) == VOID_TYPE)
2714 if (TREE_CODE (target_type) == FUNCTION_TYPE)
2774 op1 = c_size_in_bytes (target_type);
2692 tree target_type = TREE_TYPE (TREE_TYPE (op0)); local

Completed in 266 milliseconds