Searched refs:StaticArrayImpl (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/test/SemaCXX/ |
H A D | crash-GH67914.cpp | 31 struct StaticArrayImpl; 34 struct Mask : StaticArrayImpl< Value_, Size_, 1, Mask< Value_, Size_ > > { // expected-note 0+ {{}} 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 72 struct Array : StaticArrayImpl< Value_, Size_, 0, Array< Value_, Size_ > > {
|