Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dformat-strings-enum-fixed-type.cpp46 typedef enum : short_t { ShortConstant = 0 } ShortEnum; typedef
48 void testUnderlyingTypedef(ShortEnum input) { in testUnderlyingTypedef()
64 typedef ShortEnum ShortEnum2;