• Home
  • Raw
  • Download

Lines Matching refs:getComplexIntImag

663     APSInt &getComplexIntImag() { return IntImag; }  in getComplexIntImag()  function
680 IntImag = v.getComplexIntImag(); in setFrom()
1130 Val.getComplexIntImag().getBoolValue(); in HandleConversionToBool()
1580 Obj = APValue(Index ? O->getComplexIntImag() in ExtractSubobject()
4850 LHS.getComplexIntImag() == RHS.getComplexIntImag()), E); in VisitBinaryOperator()
4855 LHS.getComplexIntImag() != RHS.getComplexIntImag()), E); in VisitBinaryOperator()
5479 return Success(LV.getComplexIntImag(), E); in VisitUnaryImag()
5962 Result.getComplexIntImag() += RHS.getComplexIntImag(); in VisitBinaryOperator()
5973 Result.getComplexIntImag() -= RHS.getComplexIntImag(); in VisitBinaryOperator()
6001 LHS.getComplexIntImag() * RHS.getComplexIntImag()); in VisitBinaryOperator()
6002 Result.getComplexIntImag() = in VisitBinaryOperator()
6003 (LHS.getComplexIntReal() * RHS.getComplexIntImag() + in VisitBinaryOperator()
6004 LHS.getComplexIntImag() * RHS.getComplexIntReal()); in VisitBinaryOperator()
6037 if (RHS.getComplexIntReal() == 0 && RHS.getComplexIntImag() == 0) in VisitBinaryOperator()
6042 RHS.getComplexIntImag() * RHS.getComplexIntImag(); in VisitBinaryOperator()
6045 LHS.getComplexIntImag() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
6046 Result.getComplexIntImag() = in VisitBinaryOperator()
6047 (LHS.getComplexIntImag() * RHS.getComplexIntReal() - in VisitBinaryOperator()
6048 LHS.getComplexIntReal() * RHS.getComplexIntImag()) / Den; in VisitBinaryOperator()
6076 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()
6083 Result.getComplexIntImag() = -Result.getComplexIntImag(); in VisitUnaryOperator()