Home
last modified time | relevance | path

Searched defs:array_lengthof (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSTLArrayExtras.h29 constexpr inline size_t array_lengthof(T (&)[N]) { in array_lengthof() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp89 …integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof() function