Searched refs:OtherType (Results 1 – 9 of 9) sorted by relevance
35 struct OtherType { struct36 ~OtherType();69 void positiveOtherType(OtherType O) { in positiveOtherType()
35 struct OtherType { struct36 ~OtherType();54 const OtherType &getOtherType();
56 struct OtherType { struct57 ~OtherType();127 for (auto O : View<Iterator<OtherType>>()) { in positiveOtherType()
8 typedef double OtherType; typedef
26 typedef double OtherType; typedef
16 def OtherType : Type<ATypePred, "another type">;49 let arguments = (ins OtherType:$a, OtherAttr:$b);50 let results = (outs OtherType:$ret);
93 enum OtherType { enum110 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
180 ASTContext &Context, StringRef OtherType) { in fixGenericExprCastFromBool() argument186 (Twine("static_cast<") + OtherType + ">" + (NeedParens ? "(" : "")) in fixGenericExprCastFromBool()
10544 QualType OtherType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local10546 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()10561 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() || in CheckVectorOperands()10562 (OtherType->isScalarType() && VT->getNumElements() == 1)) { in CheckVectorOperands()