Searched refs:IntConstant (Results 1 – 3 of 3) sorted by relevance
329 struct IntConstant : public ClassElement { struct333 IntConstant(std::string name, int value) in IntConstant() argument335 virtual ~IntConstant() = default;
250 IntConstant* decl = new IntConstant(constant.GetName(), constant.GetValue()); in generate_int_constant()
420 void IntConstant::Write(CodeWriter* to) const { in Write()