Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A 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()
H A 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()
2920 return found(Subobj.getComplexFloatReal(), in found()
6871 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in VisitBinaryOperator()
7740 Result = V.getComplexFloatReal(); in VisitCastExpr()
8000 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
8014 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
8035 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAPValue.h232 APFloat &getComplexFloatReal() { in getComplexFloatReal() function
236 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function
237 return const_cast<APValue*>(this)->getComplexFloatReal(); in getComplexFloatReal()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1167 Value.getComplexFloatReal()); in EmitConstantValue()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp5752 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()