Home
last modified time | relevance | path

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

/external/clang/utils/VtableTest/
Dgen.cc11 const char *simple_types[] = { "bool", "char", "short", "int", "float", variable
143 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()