Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Frontend/
Dfixed_point_errors.c155 _Accum long_acc_int; in CheckSuffixOnIntegerLiterals() local
172 long_acc_int = 10lk; // expected-error{{invalid suffix 'lk' on integer constant}} in CheckSuffixOnIntegerLiterals()
189 long_acc_int = 0lk; // expected-error{{invalid suffix 'lk' on integer constant}} in CheckSuffixOnIntegerLiterals()
198 long_acc_int = 010lk; // expected-error{{invalid suffix 'lk' on integer constant}} in CheckSuffixOnIntegerLiterals()
215 long_acc_int = 0x10lk; // expected-error{{invalid suffix 'lk' on integer constant}} in CheckSuffixOnIntegerLiterals()