Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Frontend/
Dfixed_point_errors.c153 _Accum short_acc_int; in CheckSuffixOnIntegerLiterals() local
170 short_acc_int = 10hk; // expected-error{{invalid suffix 'hk' on integer constant}} in CheckSuffixOnIntegerLiterals()
187 short_acc_int = 0hk; // expected-error{{invalid suffix 'hk' on integer constant}} in CheckSuffixOnIntegerLiterals()
196 short_acc_int = 010hk; // expected-error{{invalid suffix 'hk' on integer constant}} in CheckSuffixOnIntegerLiterals()
213 short_acc_int = 0x10hk; // expected-error{{invalid suffix 'hk' on integer constant}} in CheckSuffixOnIntegerLiterals()