Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp190 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()
273 getComplexFloatReal().needsCleanup() && in needsCleanup()
276 return getComplexFloatReal().needsCleanup(); in needsCleanup()
336 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal()) in dump()
415 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
H A DExprConstant.cpp1332 FloatReal = v.getComplexFloatReal(); in setFrom()
3564 return found(Subobj.getComplexFloatReal(), in found()
9155 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
10149 Result = V.getComplexFloatReal(); in VisitCastExpr()
10413 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
10427 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
10448 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
10450 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
10529 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
10531 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h290 APFloat &getComplexFloatReal() { in getComplexFloatReal() function
294 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function
295 return const_cast<APValue*>(this)->getComplexFloatReal(); in getComplexFloatReal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1903 Value.getComplexFloatReal()); in tryEmitPrivate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp9928 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()