Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Darray.d124 struct _ArrayInStructT { T[1] __data_; } in array() struct
125 align(_ArrayInStructT.alignof) in array()
126 byte[_ArrayInStructT.sizeof] __elems_ = void; in array()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Darray254 struct _ArrayInStructT { _Tp __data_[1]; };
255 _ALIGNAS_TYPE(_ArrayInStructT) _CharType __elems_[sizeof(_ArrayInStructT)];