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