Home
last modified time | relevance | path

Searched refs:u_short_fract_int (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/test/Frontend/
Dfixed_point_errors.c165 _Fract u_short_fract_int; in CheckSuffixOnIntegerLiterals() local
182 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()