Home
last modified time | relevance | path

Searched defs:arr7 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dparen-list-agg-init.cpp360 int (&&arr7)[2] = static_cast<int[2]>(4); foo17() local
/llvm-project/clang/test/SemaCXX/
H A Dparen-list-agg-init.cpp334 int (&&arr7)[3] = (int[3])(42); global() variable