Searched defs:IntLiteral (Results 1 – 3 of 3) sorted by relevance
249 struct IntLiteral struct255 struct IntLiteral<Int> struct257 typedef int type;261 struct IntLiteral<UInt> struct263 typedef unsigned int type;267 struct IntLiteral<Long> struct269 typedef int64_t type;
125 class IntLiteral : public Expression class
429 IntLiteral::IntLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in IntLiteral() function in rsg::IntLiteral