Searched refs:getComplexFloatReal (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 342 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 D | ExprConstant.cpp | 1603 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 D | ItaniumMangle.cpp | 6514 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized() 6735 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg() 6737 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
|
| H A D | TextNodeDumper.cpp | 730 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
|
| H A D | MicrosoftMangle.cpp | 2123 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 535 APFloat &getComplexFloatReal() { 539 const APFloat &getComplexFloatReal() const { 540 return const_cast<APValue*>(this)->getComplexFloatReal();
|
| H A D | PropertiesBase.td | 314 node.getComplexFloatReal().getSemantics()); 322 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprConstant.cpp | 798 llvm::APFloat real = value.getComplexFloatReal(); in tryEmitPrivate()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2485 Value.getComplexFloatReal()); in tryEmitPrivate()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 7900 {FloatingLiteral::Create(S.Context, Val.getComplexFloatReal(), true, in BuildExpressionFromNonTypeTemplateArgumentValue()
|
| H A D | SemaChecking.cpp | 11002 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
|
| H A D | SemaDeclCXX.cpp | 17549 V.getComplexFloatReal().toString(Str); in ConvertAPValueToString()
|