Searched defs:array_lengthof (Results 1 – 4 of 4) sorted by relevance
37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
81 …integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof() function
89 …integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof() function