Home
last modified time | relevance | path

Searched refs:HasArray (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doffsetof.cpp22 struct HasArray { struct
28 int array0[__builtin_offsetof(HasArray, array[5])]; in test_ice() argument
29 int array1[__builtin_offsetof(HasArray, array[i])]; in test_ice()
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp12 struct HasArray { struct
38 int (&&array0)[5] = HasArray().array; in test_rvalue_refs()
149 array_rvalue_ref(HasArray().array); in test()