Searched refs:u_short_fract_int (Results 1 – 1 of 1) sorted by relevance
165 _Fract u_short_fract_int; in CheckSuffixOnIntegerLiterals() local182 u_short_fract_int = 10uhr; // expected-error{{invalid suffix 'uhr' on integer constant}} in CheckSuffixOnIntegerLiterals()208 u_short_fract_int = 010uhr; // expected-error{{invalid suffix 'uhr' on integer constant}} in CheckSuffixOnIntegerLiterals()225 u_short_fract_int = 0x10uhr; // expected-error{{invalid suffix 'uhr' on integer constant}} in CheckSuffixOnIntegerLiterals()