Searched refs:getComplexFloatImag (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | APValue.cpp | 148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue() 230 assert(getComplexFloatImag().needsCleanup() == in needsCleanup() 295 << ", " << GetApproxValue(getComplexFloatImag()); in dump() 374 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
|
D | ExprConstant.cpp | 1041 APFloat &getComplexFloatImag() { return FloatImag; } in getComplexFloatImag() function 1059 FloatImag = v.getComplexFloatImag(); in setFrom() 1622 !Val.getComplexFloatImag().isZero(); in HandleConversionToBool() 2472 return handler.found(Index ? O->getComplexFloatImag() in findSubobject() 7525 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag()); in VisitBinaryOperator() 8681 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator() 8683 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(), in VisitBinaryOperator() 8695 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator() 8696 Result.getComplexFloatImag().changeSign(); in VisitBinaryOperator() 8698 Result.getComplexFloatImag().subtract(RHS.getComplexFloatImag(), in VisitBinaryOperator() [all …]
|
/external/clang/include/clang/AST/ |
D | APValue.h | 240 APFloat &getComplexFloatImag() { in getComplexFloatImag() function 244 const APFloat &getComplexFloatImag() const { in getComplexFloatImag() function 245 return const_cast<APValue*>(this)->getComplexFloatImag(); in getComplexFloatImag()
|
/external/llvm-project/clang/include/clang/AST/ |
D | APValue.h | 458 APFloat &getComplexFloatImag() { 462 const APFloat &getComplexFloatImag() const { 463 return const_cast<APValue*>(this)->getComplexFloatImag();
|
/external/llvm-project/clang/lib/AST/ |
D | APValue.cpp | 333 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue() 439 assert(getComplexFloatImag().needsCleanup() == in needsCleanup() 577 profileIntValue(ID, getComplexFloatImag().bitcastToAPInt()); in Profile() 669 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
|
D | ExprConstant.cpp | 1516 APFloat &getComplexFloatImag() { return FloatImag; } in getComplexFloatImag() function 1534 FloatImag = v.getComplexFloatImag(); in setFrom() 2481 !Val.getComplexFloatImag().isZero(); in HandleConversionToBool() 3736 return handler.found(Index ? O->getComplexFloatImag() in findSubobject() 12562 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag()); in EvaluateComparisonBinaryOperator() 14055 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator() 14057 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(), in VisitBinaryOperator() 14069 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator() 14070 Result.getComplexFloatImag().changeSign(); in VisitBinaryOperator() 14072 Result.getComplexFloatImag().subtract(RHS.getComplexFloatImag(), in VisitBinaryOperator() [all …]
|
D | ItaniumMangle.cpp | 5016 V.getComplexFloatImag().isPosZero(); in isZeroInitialized() 5163 !V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg() 5165 if (!V.getComplexFloatImag().isPosZero()) in mangleValueInTemplateArg() 5166 mangleFloatLiteral(CT->getElementType(), V.getComplexFloatImag()); in mangleValueInTemplateArg()
|
D | TextNodeDumper.cpp | 491 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()
|
D | MicrosoftMangle.cpp | 1709 mangleFloat(V.getComplexFloatImag()); in mangleTemplateArgValue()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1370 Value.getComplexFloatImag()); in EmitConstantValue()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 2076 Value.getComplexFloatImag()); in tryEmitPrivate()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5159 Value.getComplexFloatImag().getSemantics()) == in AddAPValue() 5165 AddAPFloat(Value.getComplexFloatImag()); in AddAPValue()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 7370 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 10904 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()
|