Searched refs:type_promotes_to (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dlanghooks.h89 tree (*type_promotes_to) (tree); member in struct:lang_hooks_for_types
H A Dgimplify.c9534 if ((promoted_type = lang_hooks.types.type_promotes_to (type))
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390-c.c651 lang_hooks.types.type_promotes_to (in_type),
652 lang_hooks.types.type_promotes_to (b_arg_type)))
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c1079 type_promotes_to (type)
1076 type_promotes_to (type) function
H A Dcall.c760 if (to == type_promotes_to (from)
1729 type = type_promotes_to (type);
1748 type = type_promotes_to (type);
H A Dtypeck.c1850 tree t = type_promotes_to (type);
5157 && type2 != type_promotes_to (type1))
5162 && type1 != type_promotes_to (type2))
H A Dcp-tree.h2825 extern tree type_promotes_to PROTO((tree));
H A Ddecl.c11353 DECL_ARG_TYPE (decl) = type_promotes_to (type);
13766 restype = type_promotes_to (restype);
/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c1383 if (same_type_p (to, type_promotes_to (from))
2355 && same_type_p (type_promotes_to (type), type))
2943 type = type_promotes_to (type);
2961 type = type_promotes_to (type);
5058 && !same_type_p (arg3_type, type_promotes_to (arg2_type)))
5061 type_promotes_to (arg3_type)))))
6754 promote = type_promotes_to (type);
H A Dcvt.c1707 type_promotes_to (tree type)
1705 type_promotes_to (tree type) function
H A Dtypeck.c462 t1 = type_promotes_to (t1);
463 t2 = type_promotes_to (t2);
2098 promoted_type = type_promotes_to (type);
H A Dcp-tree.h5359 extern tree type_promotes_to (tree);
H A Ddecl.c3334 type = type_promotes_to (type);
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-format.c2369 wanted_type = lang_hooks.types.type_promotes_to (wanted_type);
2502 && cur_type == lang_hooks.types.type_promotes_to (t))
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c8279 = lang_hooks.types.type_promotes_to (TREE_TYPE (parm));

Completed in 456 milliseconds