Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp342 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()
456 getComplexFloatReal().needsCleanup() && in needsCleanup()
459 return getComplexFloatReal().needsCleanup(); in needsCleanup()
596 profileIntValue(ID, getComplexFloatReal().bitcastToAPInt()); in Profile()
754 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
H A DExprConstant.cpp1603 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
1621 FloatReal = v.getComplexFloatReal(); in setFrom()
2742 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
4074 : O->getComplexFloatReal(), ObjType); in findSubobject()
4862 return found(Subobj.getComplexFloatReal(), in found()
7492 if (!visitFloat(Val.getComplexFloatReal(), EltTy, in visitComplex()
14423 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator()
15874 Result = V.getComplexFloatReal(); in VisitCastExpr()
16256 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
16270 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp6514 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized()
6735 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg()
6737 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp730 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
H A DMicrosoftMangle.cpp2123 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h535 APFloat &getComplexFloatReal() {
539 const APFloat &getComplexFloatReal() const {
540 return const_cast<APValue*>(this)->getComplexFloatReal();
H A DPropertiesBase.td314 node.getComplexFloatReal().getSemantics());
322 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp798 llvm::APFloat real = value.getComplexFloatReal(); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2485 Value.getComplexFloatReal()); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7900 {FloatingLiteral::Create(S.Context, Val.getComplexFloatReal(), true, in BuildExpressionFromNonTypeTemplateArgumentValue()
H A DSemaChecking.cpp11002 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
H A DSemaDeclCXX.cpp17549 V.getComplexFloatReal().toString(Str); in ConvertAPValueToString()