Lines Matching refs:getComplexFloatReal
1521 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
1539 FloatReal = v.getComplexFloatReal(); in setFrom()
2486 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
3745 : O->getComplexFloatReal(), ObjType); in findSubobject()
4464 return found(Subobj.getComplexFloatReal(), in found()
12599 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
13824 Result = V.getComplexFloatReal(); in VisitCastExpr()
14098 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14112 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14133 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14135 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
14137 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
14214 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14216 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
14218 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
14297 Result.getComplexFloatReal().changeSign(); in VisitUnaryOperator()