Searched refs:new_instr (Results 1 – 1 of 1) sorted by relevance
733 struct instruction *new_instr; in seq_alloc() local735 new_instr = (struct instruction *)malloc(sizeof(struct instruction)); in seq_alloc()736 if (new_instr == NULL) in seq_alloc()738 memset(new_instr, 0, sizeof(*new_instr)); in seq_alloc()739 TAILQ_INSERT_TAIL(&seq_program, new_instr, links); in seq_alloc()740 new_instr->srcline = yylineno; in seq_alloc()741 return new_instr; in seq_alloc()