OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:simple_types
(Results
1 - 1
of
1
) sorted by null
/external/clang/utils/VtableTest/
gen.cc
11
const char *
simple_types
[] = { "bool", "char", "short", "int", "float",
variable
143
int t = random() % (sizeof(
simple_types
) / sizeof(
simple_types
[0]));
144
g(" "); g(
simple_types
[t]); g(" field"); g(i); gl(";");
Completed in 105 milliseconds