Searched defs:array_t (Results 1 – 4 of 4) sorted by relevance
27 typedef std::array<char, 1256> array_t; typedef
41 typedef short array_t[n][n+1]; in test0() typedef
48 S array_t[n][n + 1]; in test() local
22 …S array_t[n][n+1]; // pe-error 2{{variable length arrays in C++ are a Clang extension}} pe-note 2{… in test() local