Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()
231 getComplexFloatReal().needsCleanup() && in needsCleanup()
234 return getComplexFloatReal().needsCleanup(); in needsCleanup()
294 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal()) in dump()
373 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
DExprConstant.cpp889 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
907 FloatReal = v.getComplexFloatReal(); in setFrom()
1466 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
2291 : O->getComplexFloatReal(), ObjType); in findSubobject()
2921 return found(Subobj.getComplexFloatReal(), in found()
6876 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in VisitBinaryOperator()
7758 Result = V.getComplexFloatReal(); in VisitCastExpr()
8018 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
8032 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
8053 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
[all …]
/external/clang/include/clang/AST/
DAPValue.h232 APFloat &getComplexFloatReal() { in getComplexFloatReal() function
236 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function
237 return const_cast<APValue*>(this)->getComplexFloatReal(); in getComplexFloatReal()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1172 Value.getComplexFloatReal()); in EmitConstantValue()
/external/clang/lib/Sema/
DSemaChecking.cpp5983 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()