Searched refs:getComplexFloatImag (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 341 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 D | ExprConstant.cpp | 1580 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 D | ItaniumMangle.cpp | 6242 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 D | TextNodeDumper.cpp | 676 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()
|
| H A D | MicrosoftMangle.cpp | 2072 mangleFloat(V.getComplexFloatImag()); in mangleTemplateArgValue()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 313 node.getComplexFloatImag().getSemantics())); 322 let Read = [{ node.getComplexFloatImag().bitcastToAPInt() }];
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2370 Value.getComplexFloatImag()); in tryEmitPrivate()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 7440 FloatingLiteral::Create(S.Context, Val.getComplexFloatImag(), true, in BuildExpressionFromNonTypeTemplateArgumentValue()
|
| H A D | SemaChecking.cpp | 9763 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()
|
| H A D | SemaDeclCXX.cpp | 17075 V.getComplexFloatImag().toString(Str); in ConvertAPValueToString()
|