Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10360 QualType compType = UsualArithmeticConversions( in CheckMultiplyDivideOperands() local
10366 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()
10372 return compType; in CheckMultiplyDivideOperands()
10389 QualType compType = UsualArithmeticConversions( in CheckRemainderOperands() local
10394 if (compType.isNull() || !compType->isIntegerType()) in CheckRemainderOperands()
10397 return compType; in CheckRemainderOperands()
10686 QualType compType = CheckVectorOperands( in CheckAdditionOperands() local
10690 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
10691 return compType; in CheckAdditionOperands()
10696 QualType compType = in CheckAdditionOperands() local
[all …]