Home | History | Annotate | Download | only in Sema

Lines Matching refs:Vec1

7766               Vec1 = CandidateTypes[0].vector_begin(),
7768 Vec1 != Vec1End; ++Vec1) {
7773 QualType LandR[2] = { *Vec1, *Vec2 };
7776 if ((*Vec1)->isExtVectorType() || !(*Vec2)->isExtVectorType())
7777 Result = *Vec1;
8014 Vec1 = CandidateTypes[0].vector_begin(),
8016 Vec1 != Vec1End; ++Vec1) {
8024 ParamTypes[0] = S.Context.getLValueReferenceType(*Vec1);
8030 ParamTypes[0] = S.Context.getVolatileType(*Vec1);