Searched refs:static_array (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp174 template <class... T, T... Values> struct static_array; // expected-error {{must be the last}}
/external/harfbuzz_ng/src/
H A Dhb-private.hh282 Type static_array[StaticSize]; member in struct:hb_prealloced_array_t
292 array = static_array;
293 allocated = ARRAY_LENGTH (static_array);
302 if (array == static_array) {
372 if (array != static_array)
/external/opencv/cxcore/include/
H A Dcxmisc.h219 #define CV_DIM(static_array) ((int)(sizeof(static_array)/sizeof((static_array)[0])))

Completed in 139 milliseconds