Searched refs:getComplexIntImag (Results 1 – 10 of 10) sorted by relevance
337 setComplexInt(RHS.getComplexIntReal(), RHS.getComplexIntImag()); in APValue()455 assert(getComplexIntImag().needsCleanup() == in needsCleanup()592 profileIntValue(ID, getComplexIntImag()); in Profile()741 Out << getComplexIntReal() << "+" << getComplexIntImag() << "i"; in printPretty()
1585 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function1602 IntImag = v.getComplexIntImag(); in setFrom()2597 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()3847 return handler.found(Index ? O->getComplexIntImag() in findSubobject()13609 LHS.getComplexIntImag() == RHS.getComplexIntImag(); in EvaluateComparisonBinaryOperator()14492 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()15373 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()15389 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()15429 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()15430 Result.getComplexIntImag() = in VisitBinaryOperator()[all …]
6245 return !V.getComplexIntReal() && !V.getComplexIntImag(); in isZeroInitialized()6477 V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg()6479 if (V.getComplexIntImag().getBoolValue()) in mangleValueInTemplateArg()6480 mangleIntegerLiteral(CT->getElementType(), V.getComplexIntImag()); in mangleValueInTemplateArg()
667 OS << Value.getComplexIntReal() << " + " << Value.getComplexIntImag() in Visit()
2064 mangleNumber(V.getComplexIntImag()); in mangleTemplateArgValue()
304 let Read = [{ node.getComplexIntImag() }];
2347 Value.getComplexIntImag()); in tryEmitPrivate()
7432 S, ElemT, Val.getComplexIntImag(), Loc)}); in BuildExpressionFromNonTypeTemplateArgumentValue()
9446 IntRange I = GetValueRange(C, result.getComplexIntImag(), MaxWidth); in GetValueRange()
17084 V.getComplexIntImag().toString(Str); in ConvertAPValueToString()