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

References

tools/clang/lib/AST/ExprConstant.cpp
12139     APFixedPoint Src(Info.Ctx.getFixedPointSemantics(SrcType));
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))
12202     if (!V.toIntegralConstant(AsInt, SrcType, Info.Ctx))
12205     return Success(HandleIntToIntCast(Info, E, DestType, SrcType, AsInt), E);
12221     if (!HandleFloatToIntCast(Info, E, SrcType, F, DestType, Value))