Source position: pasresolveeval.pas line 471
type TResEvalTypedInt = (
reitNone,
reitByte,
reitShortInt,
reitWord,
reitSmallInt,
reitUIntSingle,
reitIntSingle,
reitLongWord,
reitLongInt,
reitUIntDouble,
reitIntDouble
);