Lines Matching refs:getComplexIntImag
1526 APSInt &getComplexIntImag() { return IntImag; } in getComplexIntImag() function
1543 IntImag = v.getComplexIntImag(); in setFrom()
2503 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
3756 return handler.found(Index ? O->getComplexIntImag() in findSubobject()
12923 LHS.getComplexIntImag() == RHS.getComplexIntImag(); in EvaluateComparisonBinaryOperator()
13767 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()
14548 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()
14564 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()
14642 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()
14643 Result.getComplexIntImag() = in VisitBinaryOperator()
14644 (LHS.getComplexIntReal() * RHS.getComplexIntImag() + in VisitBinaryOperator()
14645 LHS.getComplexIntImag() * RHS.getComplexIntReal()); in VisitBinaryOperator()
14704 if (RHS.getComplexIntReal() == 0 && RHS.getComplexIntImag() == 0) in VisitBinaryOperator()
14709 RHS.getComplexIntImag() * RHS.getComplexIntImag(); in VisitBinaryOperator()
14712 LHS.getComplexIntImag() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
14713 Result.getComplexIntImag() = in VisitBinaryOperator()
14714 (LHS.getComplexIntImag() * RHS.getComplexIntReal() - in VisitBinaryOperator()
14715 LHS.getComplexIntReal() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
14743 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()
14750 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()