Searched refs:GotError (Results 1 – 5 of 5) sorted by relevance
43 chunk.GotError(int(err.Pos.Line), err.Msg)
107 func (chunk *Chunk) GotError(linenum int, msg string) { func
437 chunk.GotError(int(err.Pos.Line), err.Msg)
151 chunk.GotError(int(posn.Line), err.Error())
7141 bool GotError = CDEConvertDualRegOperand(Mnemonic, Operands); in ParseInstruction() local7142 if (GotError) in ParseInstruction()7143 return GotError; in ParseInstruction()