Home
last modified time | relevance | path

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

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