Searched refs:adjustVectorType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 4299 static QualType adjustVectorType(ASTContext &Context, QualType FromTy, in adjustVectorType() function 4464 StepTy = adjustVectorType(Context, FromType, ToType, &ElTy); in PerformImplicitConversion() 4484 StepTy = adjustVectorType(Context, FromType, ToType); in PerformImplicitConversion() 4516 StepTy = adjustVectorType(Context, FromType, ToType, &ElTy); in PerformImplicitConversion() 4658 StepTy = adjustVectorType(Context, FromType, ToType); in PerformImplicitConversion()
|