Searched defs:StaticArrayImpl (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/test/SemaCXX/ |
H A D | crash-GH67914.cpp | 45 struct StaticArrayImpl< Value_, 32, IsMask_, Derived_ > { struct 60 struct StaticArrayImpl< float, 16, 0, Derived_ > { argument 66 struct StaticArrayImpl< float, 16, 1, Mask< float, 16 > > : KMaskBase< Derived_ > {}; // expected-e… struct 69 struct StaticArrayImpl< int, 16, 1, Derived_ > {}; struct
|