Searched refs:getComplexIntReal (Results 1 – 5 of 5) sorted by relevance
210 APSInt &getComplexIntReal() { in getComplexIntReal() function214 const APSInt &getComplexIntReal() const { in getComplexIntReal() function215 return const_cast<APValue*>(this)->getComplexIntReal(); in getComplexIntReal()
144 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()256 OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag(); in dump()335 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
671 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function688 IntReal = v.getComplexIntReal(); in setFrom()1138 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool()1590 : O->getComplexIntReal()); in ExtractSubobject()4877 return Success((LHS.getComplexIntReal() == RHS.getComplexIntReal() && in VisitBinaryOperator()4882 return Success((LHS.getComplexIntReal() != RHS.getComplexIntReal() || in VisitBinaryOperator()5470 return Success(C.getComplexIntReal(), E); in VisitCastExpr()5495 return Success(LV.getComplexIntReal(), E); in VisitUnaryReal()5991 Result.getComplexIntReal() += RHS.getComplexIntReal(); in VisitBinaryOperator()6002 Result.getComplexIntReal() -= RHS.getComplexIntReal(); in VisitBinaryOperator()[all …]
1131 Value.getComplexIntReal()); in EmitConstantValue()
4078 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth); in GetValueRange()