Home
last modified time | relevance | path

Searched refs:TYPE_OK (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dc-common.c1847 #define TYPE_OK(node) \ in c_common_signed_or_unsigned_type() macro
1850 if (TYPE_OK (signed_char_type_node)) in c_common_signed_or_unsigned_type()
1852 if (TYPE_OK (integer_type_node)) in c_common_signed_or_unsigned_type()
1854 if (TYPE_OK (short_integer_type_node)) in c_common_signed_or_unsigned_type()
1856 if (TYPE_OK (long_integer_type_node)) in c_common_signed_or_unsigned_type()
1858 if (TYPE_OK (long_long_integer_type_node)) in c_common_signed_or_unsigned_type()
1861 if (TYPE_OK (widest_integer_literal_type_node)) in c_common_signed_or_unsigned_type()
1866 if (TYPE_OK (intTI_type_node)) in c_common_signed_or_unsigned_type()
1869 if (TYPE_OK (intDI_type_node)) in c_common_signed_or_unsigned_type()
1871 if (TYPE_OK (intSI_type_node)) in c_common_signed_or_unsigned_type()
[all …]