Home | History | Annotate | Download | only in functional

Lines Matching refs:sizeExpr

5658 string UserDefinedIOCase::Variable::declare (const string& sizeExpr) const
5660 return de::toString(glu::declare(m_type, m_name)) + (m_isArray ? "[" + sizeExpr + "]" : "") + ";\n";
5663 string UserDefinedIOCase::IOBlock::declare (const string& sizeExpr) const
5669 result += "} " + m_interfaceName + "[" + sizeExpr + "]" + ";\n";