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

/openbsd-current/gnu/gcc/gcc/
H A Dlanghooks.h126 tree (*type_promotes_to) (tree); member in struct:lang_hooks_for_types
H A Dc-format.c2225 wanted_type = lang_hooks.types.type_promotes_to (wanted_type);
H A Dbuiltins.c4405 else if ((promoted_type = lang_hooks.types.type_promotes_to (type))
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dlanghooks.h122 tree (*type_promotes_to) PARAMS ((tree)); member in struct:lang_hooks_for_types
H A Dc-format.c2317 wanted_type = (*lang_hooks.types.type_promotes_to) (wanted_type);
H A Dbuiltins.c3288 else if ((promoted_type = (*lang_hooks.types.type_promotes_to) (type))
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcall.c836 if (same_type_p (to, type_promotes_to (from))
1608 && same_type_p (type_promotes_to (type), type))
2156 type = type_promotes_to (type);
2175 type = type_promotes_to (type);
3498 && !same_type_p (arg3_type, type_promotes_to (arg2_type)))
3500 && !same_type_p (arg2_type, type_promotes_to (arg3_type)))))
4596 promote = type_promotes_to (type);
H A Dcvt.c1223 type_promotes_to (tree type)
1221 type_promotes_to (tree type) function
H A Dtypeck.c309 t1 = type_promotes_to (t1);
310 t2 = type_promotes_to (t2);
1621 promoted_type = type_promotes_to (type);
H A Dcp-tree.h3877 extern tree type_promotes_to (tree);
H A Ddecl.c10634 restype = type_promotes_to (restype);
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c939 if (to == type_promotes_to (from)
1696 && same_type_p (type_promotes_to (type), type))
2254 type = type_promotes_to (type);
2273 type = type_promotes_to (type);
3452 && !same_type_p (arg3_type, type_promotes_to (arg2_type)))
3454 && !same_type_p (arg2_type, type_promotes_to (arg3_type)))))
4373 promote = type_promotes_to (type);
H A Dcvt.c1145 type_promotes_to (type)
1143 type_promotes_to (type) function
H A Dtypeck.c381 t1 = type_promotes_to (t1);
382 t2 = type_promotes_to (t2);
1705 tree t = type_promotes_to (type);
H A Dcp-tree.h3711 extern tree type_promotes_to PARAMS ((tree));
H A Ddecl.c14510 restype = type_promotes_to (restype);
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c8264 = lang_hooks.types.type_promotes_to (TREE_TYPE (parm));

Completed in 600 milliseconds