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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc99-condexpr-1.c21 #define ASSERT_COND_TYPE(E1, E2, T) \ macro
52 ASSERT_COND_TYPE (sc, sc, int);
54 ASSERT_COND_TYPE (st, st, struct s);
55 ASSERT_COND_TYPE (un, un, union u);
57 ASSERT_COND_TYPE ((void)0, (void)1, void);
59 ASSERT_COND_TYPE (c_vp, c_ip, const void *);
60 ASSERT_COND_TYPE (v_ip, 0, volatile int *);
61 ASSERT_COND_TYPE (c_ip, v_ip, const volatile int *);
62 ASSERT_COND_TYPE (vp, c_cp, const void *);
63 ASSERT_COND_TYPE (i
[all...]
H A Dbuiltin-choose-expr.c8 #define ASSERT_COND_TYPE(E1, E2) \ macro
67 ASSERT_COND_TYPE (sc1, sc2);
68 ASSERT_COND_TYPE (v1, sc1);
69 ASSERT_COND_TYPE (i, j);
70 ASSERT_COND_TYPE (dd, main);
71 ASSERT_COND_TYPE ((float)dd, i);
72 ASSERT_COND_TYPE (4, f);
73 ASSERT_COND_TYPE (triple, some);
74 ASSERT_COND_TYPE (united, nations);
75 ASSERT_COND_TYPE (nation
[all...]

Completed in 48 milliseconds