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.cpp888 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
906 FloatReal = v.getComplexFloatReal(); in setFrom()
1449 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
2206 : O->getComplexFloatReal(), ObjType); in findSubobject()
2835 return found(Subobj.getComplexFloatReal(), in found()
6616 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in VisitBinaryOperator()
7506 Result = V.getComplexFloatReal(); in VisitCastExpr()
7744 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
7755 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
7767 APFloat &LHS_r = 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.cpp1125 Value.getComplexFloatReal()); in EmitConstantValue()
/external/clang/lib/Sema/
DSemaChecking.cpp5281 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()