Home
last modified time | relevance | path

Searched refs:array_t (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dtuple_array_template_depth.pass.cpp29 typedef std::array<char, 1256> array_t; typedef
30 typedef std::tuple<array_t> tuple_t;
34 array_t arr; in main()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dtuple_array_template_depth.pass.cpp26 typedef std::array<char, 1256> array_t; typedef
27 typedef std::tuple<array_t> tuple_t;
31 array_t arr; in main()
/external/clang/test/CodeGenCXX/
Dvla.cpp33 typedef short array_t[n][n+1]; in test0() typedef
38 array_t &ref = *(array_t*) array; in test0()