Searched refs:ConstructorOp (Results 1 – 2 of 2) sorted by relevance
160 class ConstructorOp : public Expression class163 ConstructorOp (GeneratorState& state, ConstValueRangeAccess valueRange);164 virtual ~ConstructorOp (void);
286 { getWeight<ConstructorOp>, create<ConstructorOp> },674 ConstructorOp::ConstructorOp (GeneratorState& state, ConstValueRangeAccess valueRange) in ConstructorOp() function in rsg::ConstructorOp731 ConstructorOp::~ConstructorOp (void) in ~ConstructorOp()737 Expression* ConstructorOp::createNextChild (GeneratorState& state) in createNextChild()761 float ConstructorOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight()775 void ConstructorOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()793 void ConstructorOp::evaluate (ExecutionContext& evalCtx) in evaluate()