Lines Matching refs:getComplexIntImag

1320     APSInt &getComplexIntImag() { return IntImag; }  in getComplexIntImag()  function
1337 IntImag = v.getComplexIntImag(); in setFrom()
2035 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
2905 return handler.found(Index ? O->getComplexIntImag() in findSubobject()
9163 LHS.getComplexIntImag() == RHS.getComplexIntImag(); in EvaluateComparisonBinaryOperator()
9875 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()
10422 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()
10438 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()
10516 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()
10517 Result.getComplexIntImag() = in VisitBinaryOperator()
10518 (LHS.getComplexIntReal() * RHS.getComplexIntImag() + in VisitBinaryOperator()
10519 LHS.getComplexIntImag() * RHS.getComplexIntReal()); in VisitBinaryOperator()
10578 if (RHS.getComplexIntReal() == 0 && RHS.getComplexIntImag() == 0) in VisitBinaryOperator()
10583 RHS.getComplexIntImag() * RHS.getComplexIntImag(); in VisitBinaryOperator()
10586 LHS.getComplexIntImag() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
10587 Result.getComplexIntImag() = in VisitBinaryOperator()
10588 (LHS.getComplexIntImag() * RHS.getComplexIntReal() - in VisitBinaryOperator()
10589 LHS.getComplexIntReal() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
10617 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()
10624 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()