Searched refs:OStopOperand (Results 1 – 3 of 3) sorted by relevance
57 TYPEINIT1(OStopOperand, OOperandValue);465 if ( !IS_TYPE(OStopOperand,pOperand) ) in Exec()469 while ( !IS_TYPE(OStopOperand,pOperand) ); in Exec()490 if ( !rCodeStack.empty() && IS_TYPE(OStopOperand,rCodeStack.top()) ) in Exec()
812 m_aCodeList.push_back(new OStopOperand); in executeFunction()882 m_aCodeList.push_back(new OStopOperand); in executeFunction()899 m_aCodeList.push_back(new OStopOperand); in executeFunction()
204 class OStopOperand : public OOperandValue class207 OStopOperand(){} in OStopOperand() function in connectivity::file::OStopOperand
Completed in 21 milliseconds