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

/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/AST/
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...]

Completed in 135 milliseconds