Searched refs:too_many (Results 1 – 4 of 4) sorted by relevance
195 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local199 too_many = true; in CheckActionCountIfNotDone()202 too_many = false; in CheckActionCountIfNotDone()209 ss << "Too " << (too_many ? "many" : "few") in CheckActionCountIfNotDone()213 ss << ", but has " << (too_many ? "" : "only ") in CheckActionCountIfNotDone()
227 bool too_many; // True if there are too many actions, or false in CheckActionCountIfNotDone() local231 too_many = true; in CheckActionCountIfNotDone()234 too_many = false; in CheckActionCountIfNotDone()241 ss << "Too " << (too_many ? "many" : "few") in CheckActionCountIfNotDone()245 ss << ", but has " << (too_many ? "" : "only ") in CheckActionCountIfNotDone()
112 …Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initializatio… variable