Searched refs:to_type (Results 26 - 30 of 30) sorted by relevance

12

/haiku-buildtools/gcc/gcc/config/rl78/
H A Drl78.c1108 rl78_addr_space_convert (rtx op, tree from_type, tree to_type)
1111 addr_space_t to_as = TYPE_ADDR_SPACE (TREE_TYPE (to_type));
1103 rl78_addr_space_convert(rtx op, tree from_type, tree to_type) argument
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc4416 Type::make_pointer_type(Type* to_type) argument
4420 Hashtable::const_iterator p = pointer_types.find(to_type);
4423 Pointer_type* ret = new Pointer_type(to_type);
4424 pointer_types[to_type] = ret;
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c6817 spu_addr_space_convert (rtx op, tree from_type, tree to_type)
6820 addr_space_t to_as = TYPE_ADDR_SPACE (TREE_TYPE (to_type));
6806 spu_addr_space_convert(rtx op, tree from_type, tree to_type) argument
/haiku-buildtools/gcc/gcc/fortran/
H A Dintrinsic.c3506 add_conv (bt from_type, int from_kind, bt to_type, int to_kind, int standard) argument
3522 to.type = to_type;
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c5754 unify_arg_conversion (bool explain_p, tree to_type, argument
5760 arg, from_type, to_type); local

Completed in 284 milliseconds

12