Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6505 const auto *RHSBT = in CheckSizelessVectorConditionalTypes() local
6510 if (LHSBT && RHSBT) { in CheckSizelessVectorConditionalTypes()
6518 } else if (LHSBT || RHSBT) { in CheckSizelessVectorConditionalTypes()
H A DSemaExpr.cpp12280 const BuiltinType *RHSBT = RHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift() local
12281 if (LHSBT != RHSBT && in checkVectorShift()
12282 S.Context.getTypeSize(LHSBT) != S.Context.getTypeSize(RHSBT)) { in checkVectorShift()