Searched refs:OtherType (Results 1 – 3 of 3) sorted by relevance
67 } OtherType; typedef79 final_ch(int ch, OtherType other) in final_ch()144 static OtherType147 OtherType result = oUnknown; in other_ch()212 OtherType other, otest; in vsscanf()
97 enum OtherType { enum 114 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
10240 QualType OtherType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local10242 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()10258 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() || in CheckVectorOperands()10259 (OtherType->isScalarType() && VT->getNumElements() == 1)) { in CheckVectorOperands()