Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dvector.cpp339 struct TemplateVectorType { struct
351 const TemplateVectorType<float, 32>::type Works = {}; in Init()
352 const TemplateVectorType<int, 32>::type Works2 = {}; in Init()
355 const TemplateVectorType<bool, 32>::type NoBool = {}; in Init()
358 const TemplateVectorType<vi4, 32>::type NoComplex = {}; in Init()
361 const TemplateVectorType<int, 33>::type BadSize = {}; in Init()
362 const TemplateVectorType<int, 3200>::type Large = {}; in Init()
365 const TemplateVectorType<int, 0x1000000000>::type TooLarge = {}; in Init()
368 const TemplateVectorType<int, 0>::type Zero = {}; in Init()