Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp341 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()
448 getComplexFloatReal().needsCleanup() && in needsCleanup()
451 return getComplexFloatReal().needsCleanup(); in needsCleanup()
584 profileIntValue(ID, getComplexFloatReal().bitcastToAPInt()); in Profile()
676 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
H A DExprConstant.cpp1539 FloatReal = v.getComplexFloatReal(); in setFrom()
4464 return found(Subobj.getComplexFloatReal(), in found()
12599 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
13824 Result = V.getComplexFloatReal(); in VisitCastExpr()
14098 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14112 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
14133 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14135 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
14214 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
14216 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp5465 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized()
5643 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg()
5645 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp531 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
H A DMicrosoftMangle.cpp1816 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h461 APFloat &getComplexFloatReal() {
465 const APFloat &getComplexFloatReal() const {
466 return const_cast<APValue*>(this)->getComplexFloatReal();
H A DPropertiesBase.td304 node.getComplexFloatReal().getSemantics());
312 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2075 Value.getComplexFloatReal()); in tryEmitPrivate()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11433 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()