Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dtemp_arg_template.cpp18 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…
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_template.cpp19 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…
/external/rust/crates/rand/src/distributions/
Dweighted_index.rs168 return Err(WeightedError::TooMany); in update_weights()
438 TooMany, enumerator
450 WeightedError::TooMany => write!(f, "Too many weights (hit u32::MAX)"), in fmt()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp482 bool TooMany = false; in locateSymbolTextually() local
521 TooMany = true; in locateSymbolTextually()
539 if (TooMany) { in locateSymbolTextually()