Lines Matching full:vector
3 // CHECK: v17@0:8{vector<float, float, float>=}16
4 // CHECK: {vector<float, float, float>=}
7 template <typename T1, typename T2, typename T3> struct vector {
8 vector();
9 vector(T1,T2,T3);
12 typedef vector< float, float, float > vector3f;
82 class vector;
85 class vector< Element, fixed<Size> >
88 typedef vector< float, fixed<4> > vector4f;
90 // CHECK: @_ZN11rdar93574002ggE = constant [49 x i8] c"{vector<float, rdar9357400::fixed<4, -1> >=[4f]}\00"