Home
last modified time | relevance | path

Searched refs:decomp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dcxx1z-decomposition.cpp17 template<typename T> int decomp(T &t) { in decomp() function
28 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()
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx1z-decomposition.cpp14 template<typename T> auto decomp(const T &t) { in decomp() function
30 int k = decomp(arr);
35 int z = decomp(10); // expected-note {{instantiation of}}