Searched refs:ExpressionSpec (Results 1 – 1 of 1) sorted by relevance
275 struct ExpressionSpec struct281 static const ExpressionSpec s_expressionSpecs[] =315 static const ExpressionSpec s_lvalueSpecs[] =329 const ExpressionSpec* chooseExpression (GeneratorState& state, const ExpressionSpec* specs, int num… in chooseExpression()340 return &state.getRandom().chooseWeighted<const ExpressionSpec&>(specs, specs+numSpecs, weights); in chooseExpression()