Searched defs:array_lengthof (Results 1 – 2 of 2) 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