Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp341 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 DExprConstant.cpp1592 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 DItaniumMangle.cpp6210 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized()
6431 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg()
6433 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp561 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
H A DMicrosoftMangle.cpp1968 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h469 APFloat &getComplexFloatReal() {
473 const APFloat &getComplexFloatReal() const {
474 return const_cast<APValue*>(this)->getComplexFloatReal();
H A DPropertiesBase.td308 node.getComplexFloatReal().getSemantics());
316 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2127 Value.getComplexFloatReal()); in tryEmitPrivate()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8168 {FloatingLiteral::Create(S.Context, Val.getComplexFloatReal(), true, in BuildExpressionFromNonTypeTemplateArgumentValue()
H A DSemaDeclCXX.cpp17217 V.getComplexFloatReal().toString(Str); in ConvertAPValueToString()
H A DSemaChecking.cpp14535 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()