Searched defs:GotoNode (Results 1 – 1 of 1) sorted by relevance
1291 explicit GotoNode(Opcode o) : StmtNode(o) {} in GotoNode() function1293 GotoNode(Opcode o, uint32 ofst) : StmtNode(o), offset(ofst) {} in GotoNode() function