Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5697 QualType ResultElementTy = in CheckVectorConditionalTypes() local
5703 if (ResultElementTy->isEnumeralType()) { in CheckVectorConditionalTypes()
5705 << ResultElementTy; in CheckVectorConditionalTypes()
5710 Context.getExtVectorType(ResultElementTy, CondVT->getNumElements()); in CheckVectorConditionalTypes()
5713 ResultElementTy, CondVT->getNumElements(), VectorKind::Generic); in CheckVectorConditionalTypes()
5723 QualType ResultElementTy = ResultVectorTy->getElementType(); in CheckVectorConditionalTypes() local
5732 if (Context.getTypeSize(ResultElementTy) != in CheckVectorConditionalTypes()
5780 QualType ResultElementTy; in CheckSizelessVectorConditionalTypes() local
5785 ResultElementTy = LHSType; in CheckSizelessVectorConditionalTypes()
5787 ResultElementTy = UsualArithmeticConversions(LHS, RHS, QuestionLoc, in CheckSizelessVectorConditionalTypes()
[all …]