Home | History | Annotate | Download | only in program

Lines Matching refs:TEMP

159 %token <integer> TEMP
1935 TEMP_statement: optVarSize TEMP { $<integer>$ = $2; } varNameList
1942 * before TEMP or OUTPUT. However, neither is a reserved word!
2692 void *temp;
2758 struct asm_instruction *const temp = inst->next;
2761 inst = temp;
2788 for (inst = state->inst_head; inst != NULL; inst = temp) {
2789 temp = inst->next;
2796 for (sym = state->sym; sym != NULL; sym = temp) {
2797 temp = sym->next;