Searched refs:to_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddoublest.h88 void *to, const struct type *to_type);
H A Ddoublest.c785 void *to, const struct type *to_type)
788 const struct floatformat *to_fmt = floatformat_from_type (to_type);
791 gdb_assert (TYPE_CODE (to_type) == TYPE_CODE_FLT);
803 memset (to, 0, TYPE_LENGTH (to_type));
813 memset (to, 0, TYPE_LENGTH (to_type));
814 memcpy (to, from, min (TYPE_LENGTH (from_type), TYPE_LENGTH (to_type)));
781 convert_typed_floating(const void *from, const struct type *from_type, void *to, const struct type *to_type) argument
H A Dgdbtypes.c976 struct type *to_type)
984 TYPE_TARGET_TYPE (type) = to_type;
999 struct type *to_type, struct field *args,
1008 TYPE_TARGET_TYPE (type) = to_type;
975 smash_to_member_type(struct type *type, struct type *domain, struct type *to_type) argument
998 smash_to_method_type(struct type *type, struct type *domain, struct type *to_type, struct field *args, int nargs, int varargs) argument
H A Dgdbtypes.h1125 struct type *to_type, struct field *args,
H A Ddwarf2read.c3682 struct type *to_type; local
3691 to_type = die_type (die, cu);
3693 smash_to_member_type (type, domain, to_type);
/freebsd-9.3-release/contrib/gcc/
H A Dipa-type-escape.c636 check_cast_type (tree to_type, tree from_type) argument
638 int to_stars = count_stars (&to_type);
643 if (to_type == from_type)
646 if (parent_type_p (to_type, from_type)) return CT_UP;
647 if (parent_type_p (from_type, to_type)) return CT_DOWN;
654 check_cast (tree to_type, tree from) argument
659 to_type = get_canon_type (to_type, false, false);
660 if (!from_type || !to_type || from_type == to_type)
830 mark_interesting_addressof(tree to_type, tree from_type) argument
[all...]
H A Dtree.c4994 build_pointer_type_for_mode (tree to_type, enum machine_mode mode,
4999 if (to_type == error_mark_node)
5010 if (TYPE_POINTER_TO (to_type) != 0
5011 && TREE_CODE (TYPE_POINTER_TO (to_type)) != POINTER_TYPE)
5012 return TYPE_POINTER_TO (to_type);
5016 for (t = TYPE_POINTER_TO (to_type); t; t = TYPE_NEXT_PTR_TO (t))
5022 TREE_TYPE (t) = to_type; argument
5025 TYPE_NEXT_PTR_TO (t) = TYPE_POINTER_TO (to_type);
5026 TYPE_POINTER_TO (to_type) = t;
5038 build_pointer_type (tree to_type)
4970 build_pointer_type_for_mode(tree to_type, enum machine_mode mode, bool can_alias_all) argument
5014 build_pointer_type(tree to_type) argument
5063 build_reference_type(tree to_type) argument
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c6056 tree to_type;
6062 to_type = build_ptrmemfunc_type (type);
6072 && !can_convert_arg (to_type, TREE_TYPE (pfn), pfn, LOOKUP_NORMAL))
6074 to_type, pfn_type);
6077 TYPE_PTRMEMFUNC_OBJECT_TYPE (to_type),
6087 if (same_type_p (to_type, pfn_type))
6090 return build_reinterpret_cast (to_type, pfn);
6111 return build_ptrmemfunc1 (to_type, delta, npfn);
6118 return build_ptrmemfunc1 (to_type,
6131 return make_ptrmem_cst (to_type, f
6041 tree to_type; local
[all...]
H A Dsearch.c2170 tree to_type, tree parent_convs, tree other_convs)
2177 if (same_type_p (to_type, TREE_TYPE (probe)))
2209 if (same_type_p (to_type, TREE_TYPE (other)))
2164 check_hidden_convs(tree binfo, int virtual_depth, int virtualness, tree to_type, tree parent_convs, tree other_convs) argument

Completed in 232 milliseconds