Searched refs:CHECK_SUFl_TYPE (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc90-intconst-1.c80 #define CHECK_SUFl_TYPE(C) ASSERT_CONST_TYPE((C), C90_SUFl_TYPE((C))) macro
88 CHECK_SUFl_TYPE(C##l); \
89 CHECK_SUFl_TYPE(C##L); \
100 CHECK_SUFl_TYPE(C##l); \
101 CHECK_SUFl_TYPE(C##L); \
433 CHECK_SUFl_TYPE(LARGE_UNSIGNED_DECIMALl); /* { dg-warning "unsigned" "unsigned decimal long suffix" } */
434 CHECK_SUFl_TYPE(LARGE_UNSIGNED_DECIMALL); /* { dg-warning "unsigned" "unsigned decimal long suffix" } */
H A Dbinary-constants-1.c106 #define CHECK_SUFl_TYPE(C) \ macro
118 CHECK_SUFl_TYPE(C##l); \
119 CHECK_SUFl_TYPE(C##L); \

Completed in 80 milliseconds