Searched refs:c_common_type_for_mode (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dc-objc-common.h103 #define LANG_HOOKS_TYPE_FOR_MODE c_common_type_for_mode
H A Dc-common.h654 extern tree c_common_type_for_mode (enum machine_mode, int);
H A Dc-pretty-print.c341 t = c_common_type_for_mode (TYPE_MODE (t), TYPE_UNSIGNED (t));
H A Dc-common.c1733 /* Used for communication between c_common_type_for_mode and
1742 c_common_type_for_mode (enum machine_mode mode, int unsignedp)
1820 inner_type = c_common_type_for_mode (inner_mode, unsignedp);
1827 tree inner_type = c_common_type_for_mode (inner_mode, unsignedp);
3331 c_common_type_for_mode use. */
1736 c_common_type_for_mode (enum machine_mode mode, int unsignedp) function
/freebsd-12-stable/contrib/gcc/cp/
H A Dcp-objcp-common.h137 #define LANG_HOOKS_TYPE_FOR_MODE c_common_type_for_mode
H A Dmangle.c1782 tree t = c_common_type_for_mode (TYPE_MODE (type),

Completed in 113 milliseconds