Searched refs:sm4_dcl (Results 1 – 5 of 5) sorted by relevance
235 struct sm4_dcl;239 std::ostream& operator <<(std::ostream& out, const sm4_dcl& op);306 struct sm4_dcl : public sm4_token_instruction struct337 sm4_dcl() in sm4_dcl() argument342 ~sm4_dcl() in ~sm4_dcl() argument350 sm4_dcl(const sm4_dcl& op) in sm4_dcl() function359 std::vector<sm4_dcl*> dcls;390 for(std::vector<sm4_dcl*>::iterator i = dcls.begin(), e = dcls.end(); i != e; ++i) in ~sm4_program()406 sm4_program(const sm4_dcl& op) in sm4_program()
203 sm4_dcl& dcl = *new sm4_dcl; in do_parse()220 sm4_dcl& dcl = *new sm4_dcl; in do_parse()228 sm4_dcl& dcl = *new sm4_dcl; in do_parse()
133 std::ostream& operator <<(std::ostream& out, const sm4_dcl& dcl) in operator <<()214 void sm4_dcl::dump() in dump()
102 bool handleDeclaration(const sm4_dcl& dcl);103 bool inspectDeclaration(const sm4_dcl& dcl);842 Converter::inspectDeclaration(const sm4_dcl& dcl) in inspectDeclaration()1082 bool Converter::handleDeclaration(const sm4_dcl& dcl) in handleDeclaration()
650 sm4_dcl& dcl = *program.dcls[insn_num]; in do_translate()