Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Doffsetof.cpp23 struct HasArray { struct
29 int array0[__builtin_offsetof(HasArray, array[5])]; in test_ice() argument
30 …int array1[__builtin_offsetof(HasArray, array[i])]; // expected-warning {{variable length arrays i… in test_ice()
/llvm-project/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()
/llvm-project/clang/test/SemaOpenACC/
H A Dcompute-construct-reduction-clause.c102 struct HasArray { int array[5]; } HA; in uses() argument