Searched refs:getComplexFloatReal (Results 1 – 11 of 11) sorted by relevance
| /src/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() 744 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
|
| H A D | ExprConstant.cpp | 1579 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function 1597 FloatReal = v.getComplexFloatReal(); in setFrom() 2600 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool() 3852 : O->getComplexFloatReal(), ObjType); in findSubobject() 4617 return found(Subobj.getComplexFloatReal(), in found() 13601 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator() 14990 Result = V.getComplexFloatReal(); in VisitCastExpr() 15364 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator() 15378 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator() 15399 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator() [all …]
|
| H A D | ItaniumMangle.cpp | 6241 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized() 6462 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg() 6464 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
|
| H A D | TextNodeDumper.cpp | 675 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
|
| H A D | MicrosoftMangle.cpp | 2071 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
|
| /src/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 | 311 node.getComplexFloatReal().getSemantics()); 319 let Read = [{ node.getComplexFloatReal().bitcastToAPInt() }];
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2368 Value.getComplexFloatReal()); in tryEmitPrivate()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 7438 {FloatingLiteral::Create(S.Context, Val.getComplexFloatReal(), true, in BuildExpressionFromNonTypeTemplateArgumentValue()
|
| H A D | SemaChecking.cpp | 9762 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
|
| H A D | SemaDeclCXX.cpp | 17073 V.getComplexFloatReal().toString(Str); in ConvertAPValueToString()
|