Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Frontend/
Dfixed_point_errors.c163 _Fract long_fract_int; in CheckSuffixOnIntegerLiterals() local
180 long_fract_int = 10lr; // expected-error{{invalid suffix 'lr' on integer constant}} in CheckSuffixOnIntegerLiterals()
206 long_fract_int = 010lr; // expected-error{{invalid suffix 'lr' on integer constant}} in CheckSuffixOnIntegerLiterals()
223 long_fract_int = 0x10lr; // expected-error{{invalid suffix 'lr' on integer constant}} in CheckSuffixOnIntegerLiterals()