Searched refs:ENUM2_b (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A DMicrosoftCompatibility.c10 ENUM2_b = 0x9FFFFFFF, // expected-warning {{enumerator value is not representable in the underlying type 'int'}} enumerator in enum:ENUM2
/external/clang/test/SemaCXX/
H A DMicrosoftCompatibility.cpp196 ENUM2_b = 0x9FFFFFFF, // expected-warning {{enumerator value is not representable in the underlying type 'int'}} enumerator in enum:ENUM2

Completed in 201 milliseconds