Searched defs:TestEnum (Results 1 – 3 of 3) sorted by relevance
15 typedef enum { Constant = 0 } TestEnum; typedef
13 typedef enum : short { Constant = 0 } TestEnum; typedef
40 int TestEnum __attribute__((visibility("default"))); variable