Searched refs:tempvar (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/bin/ksh/ |
| H A D | expr.c | 144 static struct tbl *tempvar(void); 205 es->val = tempvar(); in v_evaluate() 496 es->val = tempvar(); in token() 508 es->val = tempvar(); in token() 564 tempvar(void) in tempvar() function 588 vq = tempvar(); in intvar()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.c | 1802 tree tempvar; in ffecom_call_() local 1819 tempvar = hook; in ffecom_call_() 1820 assert (tempvar); in ffecom_call_() 1825 tempvar = dest_tree; in ffecom_call_() 1832 build_pointer_type (TREE_TYPE (tempvar)), in ffecom_call_() 1833 tempvar)); in ffecom_call_() 1839 if (tempvar != dest_tree) in ffecom_call_() 1840 item = ffecom_2 (COMPOUND_EXPR, TREE_TYPE (tempvar), item, tempvar); in ffecom_call_() 2124 tree tempvar; in ffecom_char_args_x_() local 2168 tempvar = ffebld_nonter_hook (expr); in ffecom_char_args_x_() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/m32c/ |
| H A D | m32c.c | 3426 rtx label, lref, insn, tempvar; in m32c_prepare_shift() local 3435 tempvar = gen_reg_rtx (mode); in m32c_prepare_shift() 3442 emit_insn (func (tempvar, operands[0], GEN_INT (8))); in m32c_prepare_shift() 3443 emit_insn (func (operands[0], tempvar, GEN_INT (8))); in m32c_prepare_shift() 3452 emit_insn (func (tempvar, operands[0], GEN_INT (-8))); in m32c_prepare_shift() 3453 emit_insn (func (operands[0], tempvar, GEN_INT (-8))); in m32c_prepare_shift()
|