Home
last modified time | relevance | path

Searched defs:TestEnum (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dformat-strings-enum.c15 typedef enum { Constant = 0 } TestEnum; typedef
H A Dformat-strings-enum-fixed-type.cpp13 typedef enum : short { Constant = 0 } TestEnum; typedef
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Dast-dump-attr.cpp40 int TestEnum __attribute__((visibility("default"))); variable