Searched refs:decomp (Results 1 – 2 of 2) sorted by relevance
17 template<typename T> int decomp(T &t) { in decomp() function28 decomp(a); in test()29 decomp(b); in test()30 decomp(c); in test()31 decomp(d); // expected-note {{in instantiation of}} in test()32 decomp(e); // expected-note {{in instantiation of}} in test()
14 template<typename T> auto decomp(const T &t) { in decomp() function30 int k = decomp(arr);35 int z = decomp(10); // expected-note {{instantiation of}}