Lines Matching refs:getComplexIntImag

1527     APSInt &getComplexIntImag() { return IntImag; }  in getComplexIntImag()  function
1544 IntImag = v.getComplexIntImag(); in setFrom()
2483 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
3737 return handler.found(Index ? O->getComplexIntImag() in findSubobject()
12572 LHS.getComplexIntImag() == RHS.getComplexIntImag(); in EvaluateComparisonBinaryOperator()
13334 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()
14069 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()
14085 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()
14163 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()
14164 Result.getComplexIntImag() = in VisitBinaryOperator()
14165 (LHS.getComplexIntReal() * RHS.getComplexIntImag() + in VisitBinaryOperator()
14166 LHS.getComplexIntImag() * RHS.getComplexIntReal()); in VisitBinaryOperator()
14225 if (RHS.getComplexIntReal() == 0 && RHS.getComplexIntImag() == 0) in VisitBinaryOperator()
14230 RHS.getComplexIntImag() * RHS.getComplexIntImag(); in VisitBinaryOperator()
14233 LHS.getComplexIntImag() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
14234 Result.getComplexIntImag() = in VisitBinaryOperator()
14235 (LHS.getComplexIntImag() * RHS.getComplexIntReal() - in VisitBinaryOperator()
14236 LHS.getComplexIntReal() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
14264 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()
14271 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()