Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp81 …integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSTLExtras.h310 LLVM_CONSTEXPR inline size_t array_lengthof(T (&)[N]) { in array_lengthof() function