Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dconst-cast.cpp20 typedef int iar[100]; typedef
H A Dcstyle-cast.cpp20 typedef int iar[100]; typedef
H A Dfunctional-cast.cpp50 typedef int iar[100]; typedef
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp3.cpp87 const int (&iar)[2] = { 1, 2 }; variable