Home
last modified time | relevance | path

Searched refs:getComplexFloatImag (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp190 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag()); in APValue()
272 assert(getComplexFloatImag().needsCleanup() == in needsCleanup()
337 << ", " << GetApproxValue(getComplexFloatImag()); in dump()
416 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
H A DExprConstant.cpp1333 FloatImag = v.getComplexFloatImag(); in setFrom()
2039 !Val.getComplexFloatImag().isZero(); in HandleConversionToBool()
9157 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag()); in EvaluateComparisonBinaryOperator()
10416 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator()
10418 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(), in VisitBinaryOperator()
10430 Result.getComplexFloatImag() = RHS.getComplexFloatImag(); in VisitBinaryOperator()
10433 Result.getComplexFloatImag().subtract(RHS.getComplexFloatImag(), in VisitBinaryOperator()
10449 APFloat &B = LHS.getComplexFloatImag(); in VisitBinaryOperator()
10451 APFloat &D = RHS.getComplexFloatImag(); in VisitBinaryOperator()
10530 APFloat &B = LHS.getComplexFloatImag(); in VisitBinaryOperator()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h298 APFloat &getComplexFloatImag() { in getComplexFloatImag() function
302 const APFloat &getComplexFloatImag() const { in getComplexFloatImag() function
303 return const_cast<APValue*>(this)->getComplexFloatImag(); in getComplexFloatImag()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1905 Value.getComplexFloatImag()); in tryEmitPrivate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp9929 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()