Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaCXX/
H A Doffsetof.cpp22 struct HasArray { struct
28 int array0[__builtin_offsetof(HasArray, array[5])]; in test_ice() argument
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp12 struct HasArray { struct
13 int array[5];
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DTypeLiteralTypeResolutionTest.java176 static interface HasArray<T extends Number> { interface in TypeLiteralTypeResolutionTest