Searched defs:getComplexFloatReal (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h226 APFloat &getComplexFloatReal() { function in class:clang::APValue
230 const APFloat &getComplexFloatReal() const { function in class:clang::APValue
231 return const_cast<APValue*>(this)->getComplexFloatReal();
/external/clang/lib/AST/
H A DExprConstant.cpp657 APFloat &getComplexFloatReal() { return FloatReal; } function in struct:__anon3490::ComplexValue
675 FloatReal = v.getComplexFloatReal();
1133 Result = !Val.getComplexFloatReal().isZero() ||
1585 : O->getComplexFloatReal());
4830 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal());
5720 Result = V.getComplexFloatReal();
5956 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(),
5967 Result.getComplexFloatReal()
[all...]

Completed in 418 milliseconds