Lines Matching refs:getComplexIntImag

1046     APSInt &getComplexIntImag() { return IntImag; }  in getComplexIntImag()  function
1063 IntImag = v.getComplexIntImag(); in setFrom()
1618 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
2468 return handler.found(Index ? O->getComplexIntImag() in findSubobject()
7543 LHS.getComplexIntImag() == RHS.getComplexIntImag()), E); in VisitBinaryOperator()
7548 LHS.getComplexIntImag() != RHS.getComplexIntImag()), E); in VisitBinaryOperator()
8179 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()
8687 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()
8703 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()
8781 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()
8782 Result.getComplexIntImag() = in VisitBinaryOperator()
8783 (LHS.getComplexIntReal() * RHS.getComplexIntImag() + in VisitBinaryOperator()
8784 LHS.getComplexIntImag() * RHS.getComplexIntReal()); in VisitBinaryOperator()
8843 if (RHS.getComplexIntReal() == 0 && RHS.getComplexIntImag() == 0) in VisitBinaryOperator()
8848 RHS.getComplexIntImag() * RHS.getComplexIntImag(); in VisitBinaryOperator()
8851 LHS.getComplexIntImag() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
8852 Result.getComplexIntImag() = in VisitBinaryOperator()
8853 (LHS.getComplexIntImag() * RHS.getComplexIntReal() - in VisitBinaryOperator()
8854 LHS.getComplexIntReal() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
8882 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()
8889 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()