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

/external/clang/include/clang/AST/
H A DAPValue.h234 APFloat &getComplexFloatImag() { function in class:clang::APValue
238 const APFloat &getComplexFloatImag() const { function in class:clang::APValue
239 return const_cast<APValue*>(this)->getComplexFloatImag();
/external/clang/lib/AST/
H A DExprConstant.cpp667 APFloat &getComplexFloatImag() { return FloatImag; } function in struct:__anon3625::ComplexValue
685 FloatImag = v.getComplexFloatImag();
1143 !Val.getComplexFloatImag().isZero();
1593 Obj = APValue(Index ? O->getComplexFloatImag()
4860 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag());
5988 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(),
5999 Result.getComplexFloatImag().subtract(RHS.getComplexFloatImag(),
[all...]

Completed in 40 milliseconds