Home
last modified time | relevance | path

Searched refs:getComplexFloatImag (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp341 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()
449 assert(getComplexFloatImag().needsCleanup() == in needsCleanup()
587 profileIntValue(ID, getComplexFloatImag().bitcastToAPInt()); in Profile()
745 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
H A DExprConstant.cpp1580 APFloat &getComplexFloatImag() { return FloatImag; } in getComplexFloatImag() function
1598 FloatImag = v.getComplexFloatImag(); in setFrom()
2601 !Val.getComplexFloatImag().isZero(); in HandleConversionToBool()
3851 return handler.found(Index ? O->getComplexFloatImag() in findSubobject()
13603 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag()); in EvaluateComparisonBinaryOperator()
15367 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator()
15369 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(), in VisitBinaryOperator()
15381 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator()
15382 Result.getComplexFloatImag().changeSign(); in VisitBinaryOperator()
15384 Result.getComplexFloatImag().subtract(RHS.getComplexFloatImag(), in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp6242 V.getComplexFloatImag().isPosZero(); in isZeroInitialized()
6463 !V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg()
6465 if (!V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg()
6466 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatImag()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp676 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()
H A DMicrosoftMangle.cpp2072 mangleFloat(V.getComplexFloatImag()); in mangleTemplateArgValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td313 node.getComplexFloatImag().getSemantics()));
322 let Read = [{ node.getComplexFloatImag().bitcastToAPInt() }];
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2370 Value.getComplexFloatImag()); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7440 FloatingLiteral::Create(S.Context, Val.getComplexFloatImag(), true, in BuildExpressionFromNonTypeTemplateArgumentValue()
H A DSemaChecking.cpp9763 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()
H A DSemaDeclCXX.cpp17075 V.getComplexFloatImag().toString(Str); in ConvertAPValueToString()