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