OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LongEnum
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
format-strings-enum.c
28
typedef enum { LongConstant = ~0UL }
LongEnum
;
30
void testLong(
LongEnum
input) {
format-strings-enum-fixed-type.cpp
34
typedef enum : unsigned long { LongConstant = ~0UL }
LongEnum
;
36
void testLong(
LongEnum
input) {
Completed in 85 milliseconds