Home | History | Annotate | Download | only in include

Lines Matching defs:sm4_dcl

235 struct sm4_dcl;
239 std::ostream& operator <<(std::ostream& out, const sm4_dcl& op);
306 struct sm4_dcl : public sm4_token_instruction
337 sm4_dcl()
342 ~sm4_dcl()
350 sm4_dcl(const sm4_dcl& op)
359 std::vector<sm4_dcl*> dcls;
390 for(std::vector<sm4_dcl*>::iterator i = dcls.begin(), e = dcls.end(); i != e; ++i)
406 sm4_program(const sm4_dcl& op)