Searched refs:TooMany (Results 1 – 4 of 4) sorted by relevance
18 template<class, class> struct TooMany; // expected-note{{too many template parameters in template t…26 A<TooMany> *a5; // expected-error{{template template argument has different template parameters tha…
19 template<class, class> struct TooMany; // expected-note{{too many template parameters in template t…27 A<TooMany> *a5; // expected-error{{template template argument has different template parameters tha…
168 return Err(WeightedError::TooMany); in update_weights()438 TooMany, enumerator450 WeightedError::TooMany => write!(f, "Too many weights (hit u32::MAX)"), in fmt()
482 bool TooMany = false; in locateSymbolTextually() local521 TooMany = true; in locateSymbolTextually()539 if (TooMany) { in locateSymbolTextually()