Searched defs:HandleIntToIntCast (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/AST/
H A DExprConstant.cpp1511 static APSInt HandleIntToIntCast(EvalInfo &Info, const Expr *E, function
2732 APSInt LHS = HandleIntToIntCast(Info, E, PromotedLHSType,
2736 Value = HandleIntToIntCast(Info, E, SubobjType, PromotedLHSType, LHS);
7210 return Success(HandleIntToIntCast(Info, E, DestType, SrcType,
7236 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E);
7703 Result.IntReal = HandleIntToIntCast(Info, E, To, From, Result.IntReal);
7704 Result.IntImag = HandleIntToIntCast(Info, E, To, From, Result.IntImag);

Completed in 78 milliseconds