Searched refs:ConstructorOp (Results 1 – 2 of 2) sorted by relevance
162 class ConstructorOp : public Expression class165 ConstructorOp (GeneratorState& state, ConstValueRangeAccess valueRange);166 virtual ~ConstructorOp (void);
286 { getWeight<ConstructorOp>, create<ConstructorOp> },699 ConstructorOp::ConstructorOp (GeneratorState& state, ConstValueRangeAccess valueRange) in ConstructorOp() function in rsg::ConstructorOp756 ConstructorOp::~ConstructorOp (void) in ~ConstructorOp()762 Expression* ConstructorOp::createNextChild (GeneratorState& state) in createNextChild()786 float ConstructorOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight()800 void ConstructorOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()818 void ConstructorOp::evaluate (ExecutionContext& evalCtx) in evaluate()