Lines Matching refs:getComplexIntImag

1527     APSInt &getComplexIntImag() { return IntImag; }  in getComplexIntImag()  function
1544 IntImag = v.getComplexIntImag(); in setFrom()
2483 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
3740 return handler.found(Index ? O->getComplexIntImag() in findSubobject()
12607 LHS.getComplexIntImag() == RHS.getComplexIntImag(); in EvaluateComparisonBinaryOperator()
13369 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()
14107 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()
14123 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()
14201 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()
14202 Result.getComplexIntImag() = in VisitBinaryOperator()
14203 (LHS.getComplexIntReal() * RHS.getComplexIntImag() + in VisitBinaryOperator()
14204 LHS.getComplexIntImag() * RHS.getComplexIntReal()); in VisitBinaryOperator()
14263 if (RHS.getComplexIntReal() == 0 && RHS.getComplexIntImag() == 0) in VisitBinaryOperator()
14268 RHS.getComplexIntImag() * RHS.getComplexIntImag(); in VisitBinaryOperator()
14271 LHS.getComplexIntImag() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
14272 Result.getComplexIntImag() = in VisitBinaryOperator()
14273 (LHS.getComplexIntImag() * RHS.getComplexIntReal() - in VisitBinaryOperator()
14274 LHS.getComplexIntReal() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
14302 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()
14309 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()