Searched refs:simple_types (Results 1 – 1 of 1) sorted by relevance
11 const char *simple_types[] = { "bool", "char", "short", "int", "float", variable143 int t = random() % (sizeof(simple_types) / sizeof(simple_types[0])); in gs()144 g(" "); g(simple_types[t]); g(" field"); g(i); gl(";"); in gs()