Lines Matching refs:getComplexIntImag

1585     APSInt &getComplexIntImag() { return IntImag; }  in getComplexIntImag()  function
1602 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()
15431 (LHS.getComplexIntReal() * RHS.getComplexIntImag() + in VisitBinaryOperator()
15432 LHS.getComplexIntImag() * RHS.getComplexIntReal()); in VisitBinaryOperator()
15464 if (RHS.getComplexIntReal() == 0 && RHS.getComplexIntImag() == 0) in VisitBinaryOperator()
15469 RHS.getComplexIntImag() * RHS.getComplexIntImag(); in VisitBinaryOperator()
15472 LHS.getComplexIntImag() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
15473 Result.getComplexIntImag() = in VisitBinaryOperator()
15474 (LHS.getComplexIntImag() * RHS.getComplexIntReal() - in VisitBinaryOperator()
15475 LHS.getComplexIntReal() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
15503 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()
15510 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()