Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dvla-consruct.cpp48 S array_t[n][n + 1]; in test() local
62 int sizeof_array_t_0_0 = sizeof(array_t[0][0]); in test()
63 int sizeof_array_t_0 = sizeof(array_t[0]); in test()
64 int sizeof_array_t = sizeof(array_t); in test()
H A Dvla.cpp42 typedef short array_t[n][n+1]; in test0() typedef
47 array_t &ref = *(array_t*) array; in test0()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dvla-construct.cpp24 S array_t[n][n+1]; in test() local
30 int sizeof_array_t_0_0 = sizeof(array_t[0][0]); in test()
31 int sizeof_array_t_0 = sizeof(array_t[0]); in test()
32 int sizeof_array_t = sizeof(array_t); in test()
/llvm-project-15.0.7/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
28 typedef std::tuple<array_t> tuple_t;
32 array_t arr; in main()