Home
last modified time | relevance | path

Searched defs:array_t (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/
H A Dtuple_array_template_depth.pass.cpp27 typedef std::array<char, 1256> array_t; typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dvla.cpp41 typedef short array_t[n][n+1]; in test0() typedef
H A Dvla-consruct.cpp48 S array_t[n][n + 1]; in test() local
/llvm-project/clang/test/SemaCXX/
H A Dvla-construct.cpp22 …S array_t[n][n+1]; // pe-error 2{{variable length arrays in C++ are a Clang extension}} pe-note 2{… in test() local