Searched refs:first_of2 (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbinary-constants-1.c68 #define first_of2(T1, E1, T2, E2) \ macro
96 first_of2(unsigned long int, (C) <= ULONG_MAX, \
99 first_of2(long long int, (C) <= LLONG_MAX, \
H A Dc99-intconst-1.c67 #define first_of2(T1, E1, T2, E2) \ macro
94 first_of2(long int, (C) <= LONG_MAX, \
102 first_of2(unsigned long int, (C) <= ULONG_MAX, \
105 first_of2(long long int, (C) <= LLONG_MAX, \
H A Dc90-intconst-1.c51 #define first_of2(T1, E1, T2, E2) \ macro
69 first_of2(unsigned int, (C) <= UINT_MAX, \
72 first_of2(long int, (C) <= LONG_MAX, \

Completed in 88 milliseconds