Searched refs:getComplexIntReal (Results 1 – 5 of 5) sorted by relevance
144 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()237 getComplexIntReal().needsCleanup() && in needsCleanup()240 return getComplexIntReal().needsCleanup(); in needsCleanup()290 OS << "ComplexInt: " << getComplexIntReal() << ", " << getComplexIntImag(); in dump()369 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
866 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function883 IntReal = v.getComplexIntReal(); in setFrom()1401 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool()2159 : O->getComplexIntReal(), ObjType); in findSubobject()2788 return found(Subobj.getComplexIntReal(), in found()6585 return Success((LHS.getComplexIntReal() == RHS.getComplexIntReal() && in VisitBinaryOperator()6590 return Success((LHS.getComplexIntReal() != RHS.getComplexIntReal() || in VisitBinaryOperator()7191 return Success(C.getComplexIntReal(), E); in VisitCastExpr()7216 return Success(LV.getComplexIntReal(), E); in VisitUnaryReal()7696 Result.getComplexIntReal() += RHS.getComplexIntReal(); in VisitBinaryOperator()[all …]
217 APSInt &getComplexIntReal() { in getComplexIntReal() function221 const APSInt &getComplexIntReal() const { in getComplexIntReal() function222 return const_cast<APValue*>(this)->getComplexIntReal(); in getComplexIntReal()
1095 Value.getComplexIntReal()); in EmitConstantValue()
4511 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth); in GetValueRange()