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

/external/clang/lib/AST/
H A DAPValue.cpp148 setComplexFloat(RHS.getComplexFloatReal(), RHS.getComplexFloatImag());
231 getComplexFloatReal().needsCleanup() &&
234 return getComplexFloatReal().needsCleanup();
294 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal())
373 Out << GetApproxValue(getComplexFloatReal()) << "+"
H A DExprConstant.cpp888 APFloat &getComplexFloatReal() { return FloatReal; } function in struct:__anon17735::ComplexValue
906 FloatReal = v.getComplexFloatReal();
1449 Result = !Val.getComplexFloatReal().isZero() ||
2206 : O->getComplexFloatReal(), ObjType);
2835 return found(Subobj.getComplexFloatReal(),
6616 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal());
7506 Result = V.getComplexFloatReal();
7744 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(),
[all...]
/external/clang/include/clang/AST/
H A DAPValue.h232 APFloat &getComplexFloatReal() { function in class:clang::APValue
236 const APFloat &getComplexFloatReal() const { function in class:clang::APValue
237 return const_cast<APValue*>(this)->getComplexFloatReal();
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1125 Value.getComplexFloatReal());
/external/clang/lib/Sema/
H A DSemaChecking.cpp5281 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) &&

Completed in 191 milliseconds