Home
last modified time | relevance | path

Searched refs:getComplexFloatReal (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp148 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()
DExprConstant.cpp1040 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/
DAPValue.h232 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/
DAPValue.cpp333 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()
DExprConstant.cpp1515 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 …]
DItaniumMangle.cpp5015 return V.getComplexFloatReal().isPosZero() && in isZeroInitialized()
5162 if (!V.getComplexFloatReal().isPosZero() || in mangleValueInTemplateArg()
5164 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatReal()); in mangleValueInTemplateArg()
DTextNodeDumper.cpp490 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
DMicrosoftMangle.cpp1708 mangleFloat(V.getComplexFloatReal()); in mangleTemplateArgValue()
/external/llvm-project/clang/include/clang/AST/
DAPValue.h450 APFloat &getComplexFloatReal() {
454 const APFloat &getComplexFloatReal() const {
455 return const_cast<APValue*>(this)->getComplexFloatReal();
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1368 Value.getComplexFloatReal()); in EmitConstantValue()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5161 Value.getComplexFloatReal().getSemantics())); in AddAPValue()
5163 Value.getComplexFloatReal().getSemantics()))); in AddAPValue()
5164 AddAPFloat(Value.getComplexFloatReal()); in AddAPValue()
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp2074 Value.getComplexFloatReal()); in tryEmitPrivate()
/external/clang/lib/Sema/
DSemaChecking.cpp7369 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp10903 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()