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

/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-fuzzer.c182 #define NUM_TYPES (sizeof(types)/sizeof(types[0])) macro
187 int i = fuzzer_randrange (f, 0, (NUM_TYPES - 1) + f->num_types);
188 if (i < NUM_TYPES)
190 assert ((i - NUM_TYPES) < f->num_types);
191 assert (f->types[i - NUM_TYPES]);
192 return f->types[i - NUM_TYPES];

Completed in 88 milliseconds