Searched refs:OtherType (Results 1 – 3 of 3) sorted by relevance
72 } OtherType; typedef84 final_ch(int ch, OtherType other) in final_ch()149 static OtherType152 OtherType result = oUnknown; in other_ch()217 OtherType other, otest; in vsscanf()
97 enum OtherType { enum114 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
10805 QualType OtherType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local10807 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()10822 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() || in CheckVectorOperands()10823 (OtherType->isScalarType() && VT->getNumElements() == 1)) { in CheckVectorOperands()