Searched defs:FloatLiteral (Results 1 – 5 of 5) sorted by relevance
19 struct FloatLiteral : public Expression { struct20 FloatLiteral(const Context& context, int offset, double value) in FloatLiteral() function24 FloatLiteral(int offset, double value, const Type* type) in FloatLiteral() argument48 FloatLiteral& f = (FloatLiteral&) other; in compareConstant() argument57 return std::unique_ptr<Expression>(new FloatLiteral(fOffset, fValue, &fType)); in clone() argument60 const double fValue;62 typedef Expression INHERITED;
106 class FloatLiteral : public Expression class
359 FloatLiteral::FloatLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in FloatLiteral() function in rsg::FloatLiteral387 FloatLiteral::FloatLiteral (float customValue) in FloatLiteral() function in rsg::FloatLiteral
273 struct FloatLiteral struct279 struct FloatLiteral<Float> struct281 typedef float type;
2143 using FloatLiteral = FloatLiteralImpl<float>; variable