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

/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dfail33-frag.c11 int a_before_b = (& a[0] < & b[0]); local
18 j += (a_before_b ? a[k] : b[k]);
H A Dfail34-frag.c15 int a_before_b = (& a < & b); local
16 j = (a_before_b ? a.a1[idx] : b.a1[idx]);

Completed in 108 milliseconds