Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
Dinstantiate-init.cpp78 template<int N> struct integral_c { }; struct
81integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof()
100 integral_c<1> ic1 = array_lengthof(Description<int>::data); in test()