Lines Matching refs:getComplexIntImag

1523     APSInt &getComplexIntImag() { return IntImag; }  in getComplexIntImag()  function
1540 IntImag = v.getComplexIntImag(); in setFrom()
2500 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
3754 return handler.found(Index ? O->getComplexIntImag() in findSubobject()
12835 LHS.getComplexIntImag() == RHS.getComplexIntImag(); in EvaluateComparisonBinaryOperator()
13597 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()
14339 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()
14355 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()
14433 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()
14434 Result.getComplexIntImag() = in VisitBinaryOperator()
14435 (LHS.getComplexIntReal() * RHS.getComplexIntImag() + in VisitBinaryOperator()
14436 LHS.getComplexIntImag() * RHS.getComplexIntReal()); in VisitBinaryOperator()
14495 if (RHS.getComplexIntReal() == 0 && RHS.getComplexIntImag() == 0) in VisitBinaryOperator()
14500 RHS.getComplexIntImag() * RHS.getComplexIntImag(); in VisitBinaryOperator()
14503 LHS.getComplexIntImag() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
14504 Result.getComplexIntImag() = in VisitBinaryOperator()
14505 (LHS.getComplexIntImag() * RHS.getComplexIntReal() - in VisitBinaryOperator()
14506 LHS.getComplexIntReal() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
14534 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()
14541 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()