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

/external/clang/test/Sema/
H A Dconstant-conversion.c67 unsigned int twoBits1:2; member in struct:__anon19084
72 f.twoBits1 = ~1; // expected-warning {{implicit truncation from 'int' to bitfield changes value from -2 to 2}}
74 f.twoBits1 &= ~1; // no-warning

Completed in 67 milliseconds