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

References

tools/clang/lib/AST/ExprConstant.cpp
12144         Info.Ctx.getIntWidth(DestType),
12145         DestType->isSignedIntegerOrEnumerationType(), &Overflowed);
12146     if (Overflowed && !HandleOverflow(Info, E, Result, DestType))
12170         return Info.Ctx.getTypeSize(DestType) <= Info.Ctx.getTypeSize(SrcType);
12172       return Info.Ctx.getTypeSize(DestType) == Info.Ctx.getTypeSize(SrcType);
12175     return Success(HandleIntToIntCast(Info, E, DestType, SrcType,
12191       if (Info.Ctx.getTypeSize(DestType) != Info.Ctx.getTypeSize(SrcType))
12205     return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E);
12221     if (!HandleFloatToIntCast(Info, E, SrcType, F, DestType, Value))