Searched defs:arrs (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/iterator/ |
H A D | deref.pass.cpp | 73 std::array<int, 3> arrs[] = {{1, 2, 3}, {3, 4, 5}}; in test() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/ |
H A D | general.pass.cpp | 57 std::array<int, 3> arrs[] = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}; in main() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | for_reduction_codegen_UDR.cpp | 114 S<float> var1, arrs[10][4]; in main() local
|