Home
last modified time | relevance | path

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

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