Searched refs:getComplexFloatReal (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | APValue.cpp | 148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue() 231 getComplexFloatReal().needsCleanup() && in needsCleanup() 234 return getComplexFloatReal().needsCleanup(); in needsCleanup() 294 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal()) in dump() 373 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
|
D | ExprConstant.cpp | 1040 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function 1058 FloatReal = v.getComplexFloatReal(); in setFrom() 1621 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool() 2473 : O->getComplexFloatReal(), ObjType); in findSubobject() 3110 return found(Subobj.getComplexFloatReal(), in found() 7523 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in VisitBinaryOperator() 8417 Result = V.getComplexFloatReal(); in VisitCastExpr() 8678 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator() 8692 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator() 8713 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator() [all …]
|
/external/clang/include/clang/AST/ |
D | APValue.h | 232 APFloat &getComplexFloatReal() { in getComplexFloatReal() function 236 const APFloat &getComplexFloatReal() const { in getComplexFloatReal() function 237 return const_cast<APValue*>(this)->getComplexFloatReal(); in getComplexFloatReal()
|
/external/llvm-project/clang/lib/AST/ |
D | APValue.cpp | 333 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue() 440 getComplexFloatReal().needsCleanup() && in needsCleanup() 443 return getComplexFloatReal().needsCleanup(); in needsCleanup() 576 profileIntValue(ID, getComplexFloatReal().bitcastToAPInt()); in Profile() 668 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
|
D | ExprConstant.cpp | 1515 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function 1533 FloatReal = v.getComplexFloatReal(); in setFrom() 2480 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool() 3737 : O->getComplexFloatReal(), ObjType); in findSubobject() 4456 return found(Subobj.getComplexFloatReal(), in found() 12560 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in EvaluateComparisonBinaryOperator() 13779 Result = V.getComplexFloatReal(); in VisitCastExpr() 14052 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator() 14066 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator() 14087 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator() [all …]
|
D | ItaniumMangle.cpp | 5015 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized() 5162 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg() 5164 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
|
D | TextNodeDumper.cpp | 490 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
|
D | MicrosoftMangle.cpp | 1708 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
|
/external/llvm-project/clang/include/clang/AST/ |
D | APValue.h | 450 APFloat &getComplexFloatReal() { 454 const APFloat &getComplexFloatReal() const { 455 return const_cast<APValue*>(this)->getComplexFloatReal();
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1368 Value.getComplexFloatReal()); in EmitConstantValue()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5161 Value.getComplexFloatReal().getSemantics())); in AddAPValue() 5163 Value.getComplexFloatReal().getSemantics()))); in AddAPValue() 5164 AddAPFloat(Value.getComplexFloatReal()); in AddAPValue()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 2074 Value.getComplexFloatReal()); in tryEmitPrivate()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 7369 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 10903 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
|