Searched refs:getComplexIntReal (Results 1 – 10 of 10) sorted by relevance
337 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()454 getComplexIntReal().needsCleanup() && in needsCleanup()457 return getComplexIntReal().needsCleanup(); in needsCleanup()589 profileIntValue(ID, getComplexIntReal()); in Profile()736 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
1525 APSInt &getComplexIntReal() { return IntReal; } in getComplexIntReal() function1542 IntReal = v.getComplexIntReal(); in setFrom()2502 Result = Val.getComplexIntReal().getBoolValue() || in HandleConversionToBool()3757 : O->getComplexIntReal(), ObjType); in findSubobject()4510 return found(Subobj.getComplexIntReal(), in found()12922 bool IsEqual = LHS.getComplexIntReal() == RHS.getComplexIntReal() && in EvaluateComparisonBinaryOperator()13729 return Success(C.getComplexIntReal(), E); in VisitCastExpr()13754 return Success(LV.getComplexIntReal(), E); in VisitUnaryReal()14547 Result.getComplexIntReal() += RHS.getComplexIntReal(); in VisitBinaryOperator()14563 Result.getComplexIntReal() -= RHS.getComplexIntReal(); in VisitBinaryOperator()[all …]
5550 return !V.getComplexIntReal() && !V.getComplexIntImag(); in isZeroInitialized()5781 if (V.getComplexIntReal().getBoolValue() || in mangleValueInTemplateArg()5783 mangleIntegerLiteral(CT->getElementType(), V.getComplexIntReal()); in mangleValueInTemplateArg()
525 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag() in Visit()
1842 mangleNumber(V.getComplexIntReal()); in mangleTemplateArgValue()
445 APSInt &getComplexIntReal() {449 const APSInt &getComplexIntReal() const {450 return const_cast<APValue*>(this)->getComplexIntReal();
298 let Read = [{ node.getComplexIntReal() }];
2088 Value.getComplexIntReal()); in tryEmitPrivate()
16683 V.getComplexIntReal().toString(Str); in ConvertAPValueToString()
12477 IntRange R = GetValueRange(C, result.getComplexIntReal(), MaxWidth); in GetValueRange()