Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h477 APFloat &getComplexFloatImag() {
481 const APFloat &getComplexFloatImag() const {
482 return const_cast<APValue*>(this)->getComplexFloatImag();
H A DPropertiesBase.td310 node.getComplexFloatImag().getSemantics()));
319 let Read = [{ node.getComplexFloatImag().bitcastToAPInt() }];
/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()
742 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
H A DExprConstant.cpp1593 FloatImag = v.getComplexFloatImag(); in setFrom()
2594 !Val.getComplexFloatImag().isZero(); in HandleConversionToBool()
13236 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag()); in EvaluateComparisonBinaryOperator()
14890 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator()
14892 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(), in VisitBinaryOperator()
14904 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator()
14907 Result.getComplexFloatImag().subtract(RHS.getComplexFloatImag(), in VisitBinaryOperator()
14923 APFloat &B = LHS.getComplexFloatImag(); in VisitBinaryOperator()
14925 APFloat &D = RHS.getComplexFloatImag(); in VisitBinaryOperator()
15004 APFloat &B = LHS.getComplexFloatImag(); in VisitBinaryOperator()
[all …]
H A DItaniumMangle.cpp6211 V.getComplexFloatImag().isPosZero(); in isZeroInitialized()
6432 !V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg()
6434 if (!V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg()
6435 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatImag()); in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp562 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()
H A DMicrosoftMangle.cpp1969 mangleFloat(V.getComplexFloatImag()); in mangleTemplateArgValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2129 Value.getComplexFloatImag()); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8170 FloatingLiteral::Create(S.Context, Val.getComplexFloatImag(), true, in BuildExpressionFromNonTypeTemplateArgumentValue()
H A DSemaDeclCXX.cpp17219 V.getComplexFloatImag().toString(Str); in ConvertAPValueToString()
H A DSemaChecking.cpp14536 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()