Home
last modified time | relevance | path

Searched refs:getComplexFloatReal (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DAPValue.h226 APFloat &getComplexFloatReal() { in getComplexFloatReal() function
230 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function
231 return const_cast<APValue*>(this)->getComplexFloatReal(); in getComplexFloatReal()
/external/clang/lib/AST/
DAPValue.cpp148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()
259 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal()) in dump()
338 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
DExprConstant.cpp666 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
684 FloatReal = v.getComplexFloatReal(); in setFrom()
1142 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
1594 : O->getComplexFloatReal()); in ExtractSubobject()
4858 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in VisitBinaryOperator()
5749 Result = V.getComplexFloatReal(); in VisitCastExpr()
5986 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
5997 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
6009 APFloat &LHS_r = LHS.getComplexFloatReal(); in VisitBinaryOperator()
6011 APFloat &RHS_r = RHS.getComplexFloatReal(); in VisitBinaryOperator()
[all …]
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1153 Value.getComplexFloatReal()); in EmitConstantValue()
/external/clang/lib/Sema/
DSemaChecking.cpp4352 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()