Searched defs:twoBits2 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Dconstant-conversion.c68 unsigned int twoBits2:2; member in struct:__anon4028
73 f.twoBits2 = ~2; // expected-warning {{implicit truncation from 'int' to bitfield changes value from -3 to 1}}
75 f.twoBits2 &= ~2; // no-warning

Completed in 18 milliseconds