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

/external/clang/lib/AST/
H A DExprConstant.cpp881 APSInt IntReal, IntImag; member in struct:__anon17735::ComplexValue
893 APSInt &getComplexIntReal() { return IntReal; }
900 v = APValue(IntReal, IntImag);
910 IntReal = v.getComplexIntReal();
7560 Result.IntReal = Zero;
7586 Result.IntReal = APSInt(Imag.getBitWidth(), !Imag.isSigned());
7680 To, Result.IntReal) &&
7686 APSInt &Real = Result.IntReal;
7703 Result.IntReal = HandleIntToIntCast(Info, E, To, From, Result.IntReal);
[all...]

Completed in 62 milliseconds