Searched refs:HandleIntToIntCast (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2627 static APSInt HandleIntToIntCast(EvalInfo &Info, const Expr *E, in HandleIntToIntCast() function 4400 HandleIntToIntCast(Info, E, PromotedLHSType, SubobjType, Value); in found() 4403 Value = HandleIntToIntCast(Info, E, SubobjType, PromotedLHSType, LHS); in found() 9295 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy, in VisitBuiltinCallExpr() 13691 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, in VisitCastExpr() 13722 return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E); in VisitCastExpr() 14474 Result.IntReal = HandleIntToIntCast(Info, E, To, From, Result.IntReal); in VisitCastExpr() 14475 Result.IntImag = HandleIntToIntCast(Info, E, To, From, Result.IntImag); in VisitCastExpr()
|