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

/external/clang/test/Sema/
H A Dconversion.c428 uint8 pairedConstants = (uint8) constants; local
429 ushort16 crCbScale = pairedConstants.s4; // expected-warning {{implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'ushort16'}}
430 ushort16 brBias = pairedConstants.s6; // expected-warning {{implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'ushort16'}}

Completed in 87 milliseconds