Searched refs:getComplexFloatReal (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 341 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue() 450 getComplexFloatReal().needsCleanup() && in needsCleanup() 453 return getComplexFloatReal().needsCleanup(); in needsCleanup() 586 profileIntValue(ID, getComplexFloatReal().bitcastToAPInt()); in Profile() 741 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
|
| H A D | ExprConstant.cpp | 1592 FloatReal = v.getComplexFloatReal(); in setFrom() 4582 return found(Subobj.getComplexFloatReal(), in found() 13234 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator() 14613 Result = V.getComplexFloatReal(); in VisitCastExpr() 14887 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator() 14901 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator() 14922 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator() 14924 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator() 15003 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator() 15005 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator() [all …]
|
| H A D | ItaniumMangle.cpp | 6210 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized() 6431 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg() 6433 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
|
| H A D | TextNodeDumper.cpp | 561 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
|
| H A D | MicrosoftMangle.cpp | 1968 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 469 APFloat &getComplexFloatReal() { 473 const APFloat &getComplexFloatReal() const { 474 return const_cast<APValue*>(this)->getComplexFloatReal();
|
| H A D | PropertiesBase.td | 308 node.getComplexFloatReal().getSemantics()); 316 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2127 Value.getComplexFloatReal()); in tryEmitPrivate()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 8168 {FloatingLiteral::Create(S.Context, Val.getComplexFloatReal(), true, in BuildExpressionFromNonTypeTemplateArgumentValue()
|
| H A D | SemaDeclCXX.cpp | 17217 V.getComplexFloatReal().toString(Str); in ConvertAPValueToString()
|
| H A D | SemaChecking.cpp | 14535 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
|