Searched refs:short_acc_int (Results 1 – 1 of 1) sorted by relevance
153 _Accum short_acc_int; in CheckSuffixOnIntegerLiterals() local170 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()