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

/external/clang/include/clang/AST/
H A DAPValue.h240 APFloat &getComplexFloatImag() { function in class:clang::APValue
244 const APFloat &getComplexFloatImag() const { function in class:clang::APValue
245 return const_cast<APValue*>(this)->getComplexFloatImag();
/external/clang/lib/AST/
H A DAPValue.cpp148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag());
230 assert(getComplexFloatImag().needsCleanup() ==
295 << ", " << GetApproxValue(getComplexFloatImag());
374 << GetApproxValue(getComplexFloatImag()) << "i";
H A DExprConstant.cpp889 APFloat &getComplexFloatImag() { return FloatImag; } function in struct:__anon17735::ComplexValue
907 FloatImag = v.getComplexFloatImag();
1450 !Val.getComplexFloatImag().isZero();
2205 return handler.found(Index ? O->getComplexFloatImag()
6618 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag());
7746 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(),
7757 Result.getComplexFloatImag().subtract(RHS.getComplexFloatImag(),
[all...]
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1127 Value.getComplexFloatImag());
/external/clang/lib/Sema/
H A DSemaChecking.cpp5282 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt));

Completed in 420 milliseconds