Home
last modified time | relevance | path

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

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