reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 3851           HandleIntToIntCast(Info, E, PromotedLHSType, SubobjType, Value);
 3854       Value = HandleIntToIntCast(Info, E, SubobjType, PromotedLHSType, LHS);
 8268       if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy,
12175     return Success(HandleIntToIntCast(Info, E, DestType, SrcType,
12205     return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E);
12800     Result.IntReal = HandleIntToIntCast(Info, E, To, From, Result.IntReal);
12801     Result.IntImag = HandleIntToIntCast(Info, E, To, From, Result.IntImag);