Lines Matching full:raise
43 raise "Unexpected accumulator signature: #{sig}"
61 raise "Unexpected operand signature: #{sig}"
84 raise "Method '#{name}' has been already defined" if frozen?(name)
304 raise "Incorrect format name #{name}" if bits % 8 != 0
315 encoding.default_proc = proc { |_, k| raise KeyError, "#{k} not found" }
339 raise "Incorrect operand #{name}"
344 raise "Incorrect type #{type}" unless types.include?(type.sub('[]', '').to_sym)
453 raise 'Cannot consume instruction without opcode' unless item.opcode_idx
517 hash.default_proc = proc { |_, k| raise KeyError, "#{k} not found" }
577 hash.default_proc = proc { |_, k| raise KeyError, "#{k} not found" }
599 raise 'format and opcode_idx arrays should have equal size'